mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Fix missing tvdb id after thexem lookup
This commit is contained in:
parent
e3908da7a9
commit
c7e6114480
@ -458,7 +458,7 @@ class TheMovieDatabase(Provider):
|
||||
# We want something like season 6 ep 3.
|
||||
if season is None and absolute is not None:
|
||||
ids = await self._idmapper.get_show(show.external_id, required=["tvdb"])
|
||||
if ids["tvdb"] is not None:
|
||||
if "tvdb" in ids and ids["tvdb"] is not None:
|
||||
(
|
||||
tvdb_season,
|
||||
tvdb_episode,
|
||||
|
Loading…
x
Reference in New Issue
Block a user