Fix ArgumentOutOfRangeException when getting PostedPlaybackInfo

This commit is contained in:
DeeJayBro 2021-07-16 11:48:08 +02:00
parent 4eeb69233d
commit 0ad62e7af9
1 changed files with 5 additions and 0 deletions

View File

@ -161,6 +161,11 @@ namespace Jellyfin.Api.Controllers
liveStreamId)
.ConfigureAwait(false);
if (info.ErrorCode != null)
{
return info;
}
if (profile != null)
{
// set device specific data