summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorsiankatabg <[email protected]>2021-07-04 20:58:13 +0100
committerGitHub <[email protected]>2021-07-04 15:58:13 -0400
commitb1654bb7475bfd80b64eaaa390ca228804f81bbc (patch)
tree5d51ee5a9face50587765e47df4d9cc3e29a7ea8
parent86fb10e3affc478fe8e4dceca378ac7aa6bda3c5 (diff)
downloadbazarr-b1654bb7475bfd80b64eaaa390ca228804f81bbc.tar.gz
bazarr-b1654bb7475bfd80b64eaaa390ca228804f81bbc.zip
Added inconsistent tv naming entries to Subssabbz and Subsunacs providers
-rw-r--r--libs/subliminal_patch/providers/subssabbz.py1
-rw-r--r--libs/subliminal_patch/providers/subsunacs.py1
2 files changed, 2 insertions, 0 deletions
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)