diff options
| author | Cody Robibero <cody@robibe.ro> | 2020-10-28 20:26:33 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-28 20:26:33 -0600 |
| commit | 96071ef30d422001d474c749502f44e1ef7641ff (patch) | |
| tree | 731e6455fc154f680d0838d36cbf7ba638398b3b /Jellyfin.Api/Controllers/VideoHlsController.cs | |
| parent | c0383ba07d275daf3241c68e0aad5f493cff44cb (diff) | |
Move slash to correct location for quoting
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 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( |
