Inform if subtitle needs to be burnt in
This commit is contained in:
parent
993350fa48
commit
143fd2212d
1 changed files with 2 additions and 0 deletions
|
@ -333,6 +333,8 @@ class PlayUtils():
|
|||
track = "%s - Forced" % track
|
||||
if downloadable:
|
||||
downloadableStreams.append(index)
|
||||
else:
|
||||
track = "%s (burn-in)" % track
|
||||
|
||||
subtitleStreamsList.append(index)
|
||||
subtitleStreams.append(tryEncode(track))
|
||||
|
|
Loading…
Reference in a new issue