mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 14:11:28 +02:00
support series images with omdb
This commit is contained in:
parent
3743152e0f
commit
da85e15eb0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue