diff options
| author | crobibero <cody@robibe.ro> | 2020-10-29 11:11:50 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-10-29 11:11:50 -0600 |
| commit | b9406e5444ce8f71ab0ec4e40a9d189a881d232e (patch) | |
| tree | 89ea81cdcbf52d455d2e13887985c687340ef0c5 /Jellyfin.Api/Controllers/VideoHlsController.cs | |
| parent | 36bae6f030f2bcb2879e8463909a806d6b327569 (diff) | |
| parent | 9bf2f4d8e02cfff78a1f05bdf3fe1fa614de3bc0 (diff) | |
Merge remote-tracking branch 'upstream/master' into query-fields
Diffstat (limited to 'Jellyfin.Api/Controllers/VideoHlsController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/VideoHlsController.cs | 2 |
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( |
