Inform if subtitle needs to be burnt in

This commit is contained in:
tomkat83 2016-09-08 14:01:38 +02:00
parent 993350fa48
commit 143fd2212d
1 changed files with 2 additions and 0 deletions

View File

@ -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))