Explorar o código

Add missing slashes in ffmpeg argument.

crobibero %!s(int64=4) %!d(string=hai) anos
pai
achega
c0383ba07d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jellyfin.Api/Controllers/VideoHlsController.cs

+ 1 - 1
Jellyfin.Api/Controllers/VideoHlsController.cs

@@ -371,7 +371,7 @@ namespace Jellyfin.Api.Controllers
 
             var baseUrlParam = string.Format(
                 CultureInfo.InvariantCulture,
-                "\"hls{0}\"",
+                "\"hls/{0}\"/",
                 Path.GetFileNameWithoutExtension(outputPath));
 
             return string.Format(