Move slash to correct location for quoting
This commit is contained in:
parent
c0383ba07d
commit
96071ef30d
|
@ -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…
Reference in New Issue
Block a user