mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Fix xem overrides when no episodes connections exist
This commit is contained in:
parent
2673ddaf13
commit
e612869027
@ -65,7 +65,7 @@ class TheXem:
|
||||
ret = await r.json()
|
||||
if "data" not in ret or ret["result"] == "failure":
|
||||
logging.error("Could not fetch xem mapping. Error: %s", ret["message"])
|
||||
raise ProviderError("Could not fetch xem mapping")
|
||||
return []
|
||||
return ret["data"]
|
||||
|
||||
async def get_show_override(
|
||||
|
Loading…
x
Reference in New Issue
Block a user