diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-14 22:24:04 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-14 22:24:04 -0400 |
| commit | cd1ca67ce697287aafd8191b48e73a87d5d42dc0 (patch) | |
| tree | 64241de0c7d02c1e638ed5483fbe19b187105b72 /MediaBrowser.Api/Playback/BaseStreamingService.cs | |
| parent | f72b1f531a39bbd74f482a9323a27c531e7869cf (diff) | |
replace all images when using identify function
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/BaseStreamingService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs index a19a247ed..71d66664b 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs @@ -489,9 +489,9 @@ namespace MediaBrowser.Api.Playback if (state.SubtitleStream != null && state.SubtitleStream.IsTextSubtitleStream) { assSubtitleParam = GetTextSubtitleParam(state, cancellationToken); + copyTsParam = " -copyts"; } - //copyTsParam = " -copyts"; // If fixed dimensions were supplied if (request.Width.HasValue && request.Height.HasValue) |
