Explorar el Código

Add missing slashes in ffmpeg argument.

crobibero hace 4 años
padre
commit
c0383ba07d
Se han modificado 1 ficheros con 1 adiciones y 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(