Fix subtitle dialog window "burn-in"
This commit is contained in:
parent
f2f68f4532
commit
bf6ba9c48e
1 changed files with 2 additions and 2 deletions
|
@ -332,12 +332,12 @@ class PlayUtils():
|
|||
track = "%s - Forced" % track
|
||||
if downloadable:
|
||||
downloadableStreams.append(index)
|
||||
else:
|
||||
track = "%s (burn-in)" % track
|
||||
if stream.attrib.get('selected') == '1' and downloadable:
|
||||
# Only show subs without asking user if they can be
|
||||
# turned off
|
||||
defaultSub = index
|
||||
else:
|
||||
track = "%s (burn-in)" % track
|
||||
|
||||
subtitleStreamsList.append(index)
|
||||
subtitleStreams.append(tryEncode(track))
|
||||
|
|
Loading…
Reference in a new issue