mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
support series images with omdb
This commit is contained in:
parent
3743152e0f
commit
da85e15eb0
@ -76,7 +76,7 @@ namespace MediaBrowser.Providers.Omdb
|
||||
}
|
||||
|
||||
// Save the http requests since we know it's not currently supported
|
||||
if (item is Series || item is Season || item is Episode)
|
||||
if (item is Season || item is Episode)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user