aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/BaseStreamingService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-06-13 10:24:14 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-06-13 10:24:14 -0400
commit6186618f3ef6739f2cb0ff05f10ec17935b14d99 (patch)
tree2bbb6e1c929c15800268248d47ebbf0174126505 /MediaBrowser.Api/Playback/BaseStreamingService.cs
parent14216d1089a2421dd806eab9b32ff4092b27ed65 (diff)
remove <br/> from parsed subtitles
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
-rw-r--r--MediaBrowser.Api/Playback/BaseStreamingService.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs
index 8cf6474f2..a19a247ed 100644
--- a/MediaBrowser.Api/Playback/BaseStreamingService.cs
+++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs
@@ -491,6 +491,7 @@ namespace MediaBrowser.Api.Playback
assSubtitleParam = GetTextSubtitleParam(state, cancellationToken);
copyTsParam = " -copyts";
}
+ //copyTsParam = " -copyts";
// If fixed dimensions were supplied
if (request.Width.HasValue && request.Height.HasValue)