mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
live tv guide improvements
This commit is contained in:
@@ -1514,6 +1514,10 @@ namespace MediaBrowser.Api.Playback
|
||||
request.PlaySessionId = val;
|
||||
}
|
||||
else if (i == 22)
|
||||
{
|
||||
// api_key
|
||||
}
|
||||
else if (i == 23)
|
||||
{
|
||||
request.LiveStreamId = val;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user