diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-08-10 13:37:50 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-08-10 13:37:50 -0400 |
| commit | 1936d6db43e10cc6f45fa72fde4b1628e06b8abd (patch) | |
| tree | ad1afffae72558c9f2d2be471d00bdd729325f1d /MediaBrowser.Api/Playback/BaseStreamingService.cs | |
| parent | 3a309db3c53542be3b2d3854b077cfd125f1f435 (diff) | |
update search hints
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/BaseStreamingService.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs index f108b344f..8f5301642 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs @@ -1748,6 +1748,11 @@ namespace MediaBrowser.Api.Playback return false; } + if (videoStream.IsAnamorphic ?? false) + { + return false; + } + // Can't stream copy if we're burning in subtitles if (request.SubtitleStreamIndex.HasValue) { |
