mirror of
https://github.com/morpheus65535/bazarr
synced 2025-03-01 09:05:57 +00:00
manual_search: always return dict
This commit is contained in:
parent
d126da710c
commit
17e47fc48e
1 changed files with 4 additions and 1 deletions
|
@ -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…
Reference in a new issue