projects
/
plugin.video.netflix.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f583b2d
)
fix(msl): Changes mimeType of subtitles to ttml
author
Johannes Trum
<johannes@die-trums.de>
Wed, 29 Mar 2017 20:54:16 +0000
(22:54 +0200)
committer
Johannes Trum
<johannes@die-trums.de>
Wed, 29 Mar 2017 20:54:16 +0000
(22:54 +0200)
resources/lib/MSL.py
patch
|
blob
|
history
diff --git
a/resources/lib/MSL.py
b/resources/lib/MSL.py
index 409411322adeb342fb32fb2a09432144617ff31e..0b623f86d57584b1de13befd1df90f40649a4356 100644
(file)
--- a/
resources/lib/MSL.py
+++ b/
resources/lib/MSL.py
@@
-361,7
+361,7
@@
class MSL:
subtiles_adaption_set = ET.SubElement(period, 'AdaptationSet',
lang=text_track['bcp47'],
contentType='text',
- mimeType='text/
vtt
')
+ mimeType='text/
ttml
')
for downloadable in text_track['downloadables']:
rep = ET.SubElement(subtiles_adaption_set, 'Representation',
bandwidth='0',