diff --git a/src/scripts/browserDeviceProfile.js b/src/scripts/browserDeviceProfile.js index b2346b46f3..c31d0afbf5 100644 --- a/src/scripts/browserDeviceProfile.js +++ b/src/scripts/browserDeviceProfile.js @@ -1609,7 +1609,8 @@ export default function (options) { Method: 'External' }); profile.SubtitleProfiles.push({ - Format: 'mks', + Format: 'vobsub', + Container: 'mks', Method: 'External' }); }