aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/VideoHlsController.cs
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2020-10-28 20:26:33 -0600
committerGitHub <noreply@github.com>2020-10-28 20:26:33 -0600
commit96071ef30d422001d474c749502f44e1ef7641ff (patch)
tree731e6455fc154f680d0838d36cbf7ba638398b3b /Jellyfin.Api/Controllers/VideoHlsController.cs
parentc0383ba07d275daf3241c68e0aad5f493cff44cb (diff)
Move slash to correct location for quoting
Diffstat (limited to 'Jellyfin.Api/Controllers/VideoHlsController.cs')
-rw-r--r--Jellyfin.Api/Controllers/VideoHlsController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/VideoHlsController.cs b/Jellyfin.Api/Controllers/VideoHlsController.cs
index c41116fa7..d7bcf79c1 100644
--- a/Jellyfin.Api/Controllers/VideoHlsController.cs
+++ b/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(