mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-26 01:27:07 +00:00
Fix for missing scenename
This commit is contained in:
parent
6645c5a145
commit
bbd514507c
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ def manual_download_subtitle(path, language, hi, subtitle, provider, providers_a
|
|||
lang_obj = Language(language)
|
||||
|
||||
try:
|
||||
if sceneName == "None" or use_scenename is False:
|
||||
if sceneName is None or use_scenename is False:
|
||||
used_sceneName = False
|
||||
video = scan_video(path)
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue