From: Johannes Trum Date: Wed, 29 Mar 2017 20:54:16 +0000 (+0200) Subject: fix(msl): Changes mimeType of subtitles to ttml X-Git-Url: http://git.code-monkey.de/?p=plugin.video.netflix.git;a=commitdiff_plain;h=27a18564ddbf17c7897981d732f5570d5eefa19e fix(msl): Changes mimeType of subtitles to ttml --- diff --git a/resources/lib/MSL.py b/resources/lib/MSL.py index 4094113..0b623f8 100644 --- 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',