diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-07-30 22:09:23 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-07-30 22:09:23 -0400 |
| commit | a37a11c486350a35cbc9f8763c477dd189e35501 (patch) | |
| tree | 014cacfc729c1451dc5d727ea388c7bbb26182bd /MediaBrowser.Api/Playback/BaseStreamingService.cs | |
| parent | 51e964dae394ae4a211482d562dbc28e79c00c3c (diff) | |
3.0.5324.37963
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/BaseStreamingService.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs index df85ca3cb..1963ad10a 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs @@ -1917,7 +1917,8 @@ namespace MediaBrowser.Api.Playback state.TargetPacketLength, state.TranscodeSeekInfo, state.IsTargetAnamorphic - ); + + ).FirstOrDefault() ?? string.Empty; } foreach (var item in responseHeaders) |
