mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-03 13:44:22 -04:00
Fix ArgumentOutOfRangeException when getting PostedPlaybackInfo
This commit is contained in:
parent
4eeb69233d
commit
0ad62e7af9
@ -161,6 +161,11 @@ namespace Jellyfin.Api.Controllers
|
||||
liveStreamId)
|
||||
.ConfigureAwait(false);
|
||||
|
||||
if (info.ErrorCode != null)
|
||||
{
|
||||
return info;
|
||||
}
|
||||
|
||||
if (profile != null)
|
||||
{
|
||||
// set device specific data
|
||||
|
Loading…
x
Reference in New Issue
Block a user