mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Fix tvdb absolute searching
This commit is contained in:
parent
71b5a04027
commit
7ffc392492
@ -179,7 +179,7 @@ class TVDB(Provider):
|
||||
|
||||
ret = next(
|
||||
filter(
|
||||
(lambda x: x["seasonNumber"] == 1 and x["number"] == absolute)
|
||||
(lambda x: x["absoluteNumber"] == absolute)
|
||||
if absolute is not None
|
||||
else (
|
||||
lambda x: x["seasonNumber"] == season and x["number"] == episode_nbr
|
||||
|
Loading…
x
Reference in New Issue
Block a user