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