Explorar el Código

Fix ArgumentOutOfRangeException when getting PostedPlaybackInfo

DeeJayBro hace 3 años
padre
commit
0ad62e7af9
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      Jellyfin.Api/Controllers/MediaInfoController.cs

+ 5 - 0
Jellyfin.Api/Controllers/MediaInfoController.cs

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