aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/VideoHlsController.cs
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-10-31 12:41:03 +0000
committerGitHub <noreply@github.com>2020-10-31 12:41:03 +0000
commitc54bdb4a0af1b132601b557ed2a9f4a76a4893cc (patch)
treebe6bc5bd549336584e3740ab9a4f3e8df5349de7 /Jellyfin.Api/Controllers/VideoHlsController.cs
parent3ae37deea8a84edfc0281c984027f8a8145c7a9c (diff)
parent4f320308f333507a324740248c7dd025085a7d67 (diff)
Merge pull request #86 from jellyfin/master
Updating from master
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 2afa878f4..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(