mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-09-03 03:50:02 +03:00
Advertise VobSub subtitles with MKS container
This commit is contained in:
@@ -1609,7 +1609,8 @@ export default function (options) {
|
|||||||
Method: 'External'
|
Method: 'External'
|
||||||
});
|
});
|
||||||
profile.SubtitleProfiles.push({
|
profile.SubtitleProfiles.push({
|
||||||
Format: 'mks',
|
Format: 'vobsub',
|
||||||
|
Container: 'mks',
|
||||||
Method: 'External'
|
Method: 'External'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user