Merge pull request #4388 from crobibero/sneaky-sneaky

Add missing slashes in ffmpeg argument.
This commit is contained in:
dkanada 2020-10-29 14:58:09 +09:00 committed by GitHub
commit f2eda53a8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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