Add missing slashes in ffmpeg argument.

pull/4388/head
crobibero 4 years ago
parent 9e9431d829
commit c0383ba07d

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

Loading…
Cancel
Save