diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-08-05 21:09:03 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-08-05 21:09:03 -0400 |
| commit | 3ff3d04284429d78ec8adc2292de79ef0c022449 (patch) | |
| tree | 26b5daf7dc3699e4ab9bd41d416195fdbf9f869b /MediaBrowser.Api/Playback/BaseStreamingService.cs | |
| parent | 3ba6364f259ea43979a88b2a83d64292119057dc (diff) | |
fixes #888 - Support m3u8 subtitle playlists
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/BaseStreamingService.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs index 1963ad10a..bfbad5635 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs @@ -1605,6 +1605,8 @@ namespace MediaBrowser.Api.Playback { state.AudioStream = GetMediaStream(mediaStreams, null, MediaStreamType.Audio, true); } + + state.AllMediaStreams = mediaStreams; } private async Task<MediaSourceInfo> GetChannelMediaInfo(string id, |
