Browse Source

Add missing slashes in ffmpeg argument.

crobibero 4 years ago
parent
commit
c0383ba07d
1 changed files with 1 additions and 1 deletions
  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(