mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-06 10:16:18 +00: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