1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-03-01 17:15:44 +00:00

manual_search: always return dict

This commit is contained in:
panni 2018-11-29 11:32:01 +01:00
parent d126da710c
commit 17e47fc48e

View file

@ -281,6 +281,9 @@ def download_subtitle(path, language, hi, providers, providers_auth, sceneName,
def manual_search(path, language, hi, providers, providers_auth, sceneName, media_type): def manual_search(path, language, hi, providers, providers_auth, sceneName, media_type):
logging.debug('BAZARR Manually searching subtitles for this file: ' + path) logging.debug('BAZARR Manually searching subtitles for this file: ' + path)
subtitles_dict = {}
if hi == "True": if hi == "True":
hi = True hi = True
else: else: