mirror of
https://github.com/morpheus65535/bazarr
synced 2025-03-13 23:48:44 +00:00
Fix for #1170.
This commit is contained in:
parent
acbc91f100
commit
52242d7256
1 changed files with 5 additions and 1 deletions
|
@ -467,8 +467,12 @@ def guess_external_subtitles(dest_folder, subtitles):
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
# If language is still None (undetected), skip it
|
||||||
|
if not language:
|
||||||
|
pass
|
||||||
|
|
||||||
# Skip HI detection if forced
|
# Skip HI detection if forced
|
||||||
if language.forced:
|
elif language.forced:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
# Detect hearing-impaired external subtitles not identified in filename
|
# Detect hearing-impaired external subtitles not identified in filename
|
||||||
|
|
Loading…
Add table
Reference in a new issue