mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-24 23:07:36 +08: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:
|
||||
pass
|
||||
|
||||
# If language is still None (undetected), skip it
|
||||
if not language:
|
||||
pass
|
||||
|
||||
# Skip HI detection if forced
|
||||
if language.forced:
|
||||
elif language.forced:
|
||||
pass
|
||||
|
||||
# Detect hearing-impaired external subtitles not identified in filename
|
||||
|
|
Loading…
Reference in a new issue