diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-04-12 12:46:29 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-04-12 12:46:29 -0400 |
| commit | 9682f601005e1efc25679e9c9fc0b49a10a59524 (patch) | |
| tree | c8ef65919a7646d20ae714ad4de0191479615337 /MediaBrowser.Api/Playback/BaseStreamingService.cs | |
| parent | 77ac8826e3ffb9d8da1ae3f949448852240ed437 (diff) | |
live tv guide improvements
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/BaseStreamingService.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs index 24ee17943..827aed4f2 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs @@ -1515,6 +1515,10 @@ namespace MediaBrowser.Api.Playback } else if (i == 22) { + // api_key + } + else if (i == 23) + { request.LiveStreamId = val; } } |
