Update sonarr source mapping

This commit is contained in:
Johan 2025-08-19 09:59:34 +03:00 committed by GitHub
parent 1b5aba3dbe
commit b99555b7c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,11 +12,11 @@ SOURCE_MAPPING = {
}, },
"sonarr": { "sonarr": {
1: "television", 1: "television",
2: "televisionraw", 2: "television_raw",
3: "web_dl", 3: "web_dl",
4: "webrip", 4: "webrip",
5: "dvd", 5: "dvd",
6: "bluray", 6: "bluray",
7: "blurayraw", 7: "bluray_raw",
}, },
} }