mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-07 15:25:35 -04:00
fix portable and 3.5 project references
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace MediaBrowser.Model.Configuration
|
||||
{
|
||||
public enum SendToUserType
|
||||
{
|
||||
All = 0,
|
||||
Admins = 1,
|
||||
Custom = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user