From b99555b7c2738639eeaed8e4d8541b5cc95ceb77 Mon Sep 17 00:00:00 2001 From: Johan Date: Tue, 19 Aug 2025 09:59:34 +0300 Subject: [PATCH] Update sonarr source mapping --- scripts/utils/mappings/source.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/utils/mappings/source.py b/scripts/utils/mappings/source.py index eae4b71..7f39488 100644 --- a/scripts/utils/mappings/source.py +++ b/scripts/utils/mappings/source.py @@ -12,11 +12,11 @@ SOURCE_MAPPING = { }, "sonarr": { 1: "television", - 2: "televisionraw", + 2: "television_raw", 3: "web_dl", 4: "webrip", 5: "dvd", 6: "bluray", - 7: "blurayraw", + 7: "bluray_raw", }, }