no log: remove useless conditional

This commit is contained in:
Vitiko 2022-01-23 23:12:40 -04:00
parent 4c15a50134
commit 36bf0d219d
1 changed files with 0 additions and 4 deletions

View File

@ -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: