From f935d3bbee40d4e3aac170e560eceeccfd630d84 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 25 Oct 2015 13:13:30 -0400 Subject: [PATCH] update images --- dashboard-ui/scripts/mediaplayer.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dashboard-ui/scripts/mediaplayer.js b/dashboard-ui/scripts/mediaplayer.js index c20c988b2a..64ea3dd813 100644 --- a/dashboard-ui/scripts/mediaplayer.js +++ b/dashboard-ui/scripts/mediaplayer.js @@ -424,6 +424,10 @@ Format: 'srt', Method: 'Embed' }); + profile.SubtitleProfiles.push({ + Format: 'subrip', + Method: 'Embed' + }); profile.SubtitleProfiles.push({ Format: 'ass', Method: 'Embed'