mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
Add GPL modules
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