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