mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 15:03:06 +03:00
Add GPL modules
This commit is contained in:
10
MediaBrowser.Model/Notifications/NotificationLevel.cs
Normal file
10
MediaBrowser.Model/Notifications/NotificationLevel.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
namespace MediaBrowser.Model.Notifications
|
||||
{
|
||||
public enum NotificationLevel
|
||||
{
|
||||
Normal = 0,
|
||||
Warning = 1,
|
||||
Error = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user