manual_search: always return dict

pull/292/head
panni 6 years ago
parent d126da710c
commit 17e47fc48e

@ -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):
logging.debug('BAZARR Manually searching subtitles for this file: ' + path)
subtitles_dict = {}
if hi == "True":
hi = True
else:

Loading…
Cancel
Save