mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
fixed remote control flyout
This commit is contained in:
@@ -3,8 +3,8 @@ namespace MediaBrowser.Model.Notifications
|
||||
{
|
||||
public enum NotificationLevel
|
||||
{
|
||||
Normal = 1,
|
||||
Warning = 2,
|
||||
Error = 3
|
||||
Normal = 0,
|
||||
Warning = 1,
|
||||
Error = 2
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user