live tv guide improvements

This commit is contained in:
Luke Pulverenti
2015-04-12 12:46:29 -04:00
parent 77ac8826e3
commit 9682f60100
4 changed files with 76 additions and 13 deletions

View File

@@ -1514,6 +1514,10 @@ namespace MediaBrowser.Api.Playback
request.PlaySessionId = val;
}
else if (i == 22)
{
// api_key
}
else if (i == 23)
{
request.LiveStreamId = val;
}