mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-30 07:11:39 +02:00
Add missing slashes in ffmpeg argument.
This commit is contained in:
parent
9e9431d829
commit
c0383ba07d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue