From e6128690276c952a1e2119a639c9418317d3a6a6 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Mon, 19 Feb 2024 17:46:04 +0100 Subject: [PATCH] Fix xem overrides when no episodes connections exist --- scanner/providers/implementations/thexem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scanner/providers/implementations/thexem.py b/scanner/providers/implementations/thexem.py index af0945a5..565ae1fc 100644 --- a/scanner/providers/implementations/thexem.py +++ b/scanner/providers/implementations/thexem.py @@ -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(