mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 07:45:26 +03:00
update to jquery mobile 1.4.3
This commit is contained in:
9
MediaBrowser.Model/Notifications/SendToUserType.cs
Normal file
9
MediaBrowser.Model/Notifications/SendToUserType.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace MediaBrowser.Model.Notifications
|
||||
{
|
||||
public enum SendToUserType
|
||||
{
|
||||
All = 0,
|
||||
Admins = 1,
|
||||
Custom = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user