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)