diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-13 10:24:14 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-13 10:24:14 -0400 |
| commit | 6186618f3ef6739f2cb0ff05f10ec17935b14d99 (patch) | |
| tree | 2bbb6e1c929c15800268248d47ebbf0174126505 /MediaBrowser.Api/Playback/BaseStreamingService.cs | |
| parent | 14216d1089a2421dd806eab9b32ff4092b27ed65 (diff) | |
remove <br/> from parsed subtitles
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/BaseStreamingService.cs | 1 |
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) |
