summaryrefslogtreecommitdiffhomepage
path: root/libs
diff options
context:
space:
mode:
authorVitiko <[email protected]>2022-01-23 23:12:40 -0400
committerVitiko <[email protected]>2022-01-23 23:12:40 -0400
commit36bf0d219d0432c20e6314e0ce752b36f4d88e3c (patch)
tree3e1deedeb1b5d9b9c4159637c09805a0a78d34a1 /libs
parent4c15a50134ef7f6bc839ad51275c10b2f2141917 (diff)
downloadbazarr-36bf0d219d0432c20e6314e0ce752b36f4d88e3c.tar.gz
bazarr-36bf0d219d0432c20e6314e0ce752b36f4d88e3c.zip
no log: remove useless conditional
Diffstat (limited to 'libs')
-rw-r--r--libs/subliminal_patch/providers/embeddedsubtitles.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/subliminal_patch/providers/embeddedsubtitles.py b/libs/subliminal_patch/providers/embeddedsubtitles.py
index 3785eab16..55c789002 100644
--- a/libs/subliminal_patch/providers/embeddedsubtitles.py
+++ b/libs/subliminal_patch/providers/embeddedsubtitles.py
@@ -106,10 +106,6 @@ class EmbeddedSubtitlesProvider(Provider):
shutil.rmtree(self._cache_dir, ignore_errors=True)
def query(self, path: str, languages, media_type):
- if path in self._blacklist:
- logger.debug("Ignoring blacklisted path: %s", path)
- return []
-
video = _get_memoized_video_container(path)
try: