mirror of
https://github.com/vinefeeder/TwinVine.git
synced 2026-07-15 18:10:04 +02:00
typo
This commit is contained in:
@@ -1095,7 +1095,7 @@ class dl:
|
|||||||
for subtitle in title.tracks.subtitles:
|
for subtitle in title.tracks.subtitles:
|
||||||
if subtitle.sdh and not any(
|
if subtitle.sdh and not any(
|
||||||
is_close_match(subtitle.language, [x.language])
|
is_close_match(subtitle.language, [x.language])
|
||||||
for x in title.tcekracks.subtitles
|
for x in title.tracks.subtitles
|
||||||
if not x.sdh and not x.forced
|
if not x.sdh and not x.forced
|
||||||
):
|
):
|
||||||
non_sdh_sub = deepcopy(subtitle)
|
non_sdh_sub = deepcopy(subtitle)
|
||||||
|
|||||||
Reference in New Issue
Block a user