Move slash to correct location for quoting

This commit is contained in:
Cody Robibero 2020-10-28 20:26:33 -06:00 committed by GitHub
parent c0383ba07d
commit 96071ef30d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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(