From b1654bb7475bfd80b64eaaa390ca228804f81bbc Mon Sep 17 00:00:00 2001 From: siankatabg Date: Sun, 4 Jul 2021 20:58:13 +0100 Subject: [PATCH] Added inconsistent tv naming entries to Subssabbz and Subsunacs providers --- libs/subliminal_patch/providers/subssabbz.py | 1 + libs/subliminal_patch/providers/subsunacs.py | 1 + 2 files changed, 2 insertions(+) diff --git a/libs/subliminal_patch/providers/subssabbz.py b/libs/subliminal_patch/providers/subssabbz.py index ffd903835..9a0e246b5 100644 --- a/libs/subliminal_patch/providers/subssabbz.py +++ b/libs/subliminal_patch/providers/subssabbz.py @@ -41,6 +41,7 @@ def fix_tv_naming(title): "Doctor Who (2005)": "Doctor Who", "Star Trek: Deep Space Nine": "Star Trek DS9", "Star Trek: The Next Generation": "Star Trek TNG", + "Superman & Lois": "Superman and Lois", }, True) diff --git a/libs/subliminal_patch/providers/subsunacs.py b/libs/subliminal_patch/providers/subsunacs.py index ca76f0948..4cb771605 100644 --- a/libs/subliminal_patch/providers/subsunacs.py +++ b/libs/subliminal_patch/providers/subsunacs.py @@ -41,6 +41,7 @@ def fix_tv_naming(title): "Doctor Who (2005)": "Doctor Who", "Star Trek: Deep Space Nine": "Star Trek DS9", "Star Trek: The Next Generation": "Star Trek TNG", + "Superman & Lois": "Superman and Lois", }, True)