1
0
Fork 0
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:
morpheus65535 2018-09-16 21:26:06 -04:00
parent 6645c5a145
commit bbd514507c

View file

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