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…
Reference in New Issue
Block a user