aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/DynamicHlsController.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2020-09-16 15:35:37 +0200
committerBond_009 <bond.009@outlook.com>2020-09-16 15:35:37 +0200
commit0007756a5ee0b0da3ac238ccc76f4be198ee4eed (patch)
tree435dd39d1a8cf5b20a09b3f0af565b6c757f6df9 /Jellyfin.Api/Controllers/DynamicHlsController.cs
parent2dbf73b98962bcab1de06f8699e621e4e75a96fb (diff)
Fix
Diffstat (limited to 'Jellyfin.Api/Controllers/DynamicHlsController.cs')
-rw-r--r--Jellyfin.Api/Controllers/DynamicHlsController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/DynamicHlsController.cs b/Jellyfin.Api/Controllers/DynamicHlsController.cs
index 5fd9780c5..54481c9be 100644
--- a/Jellyfin.Api/Controllers/DynamicHlsController.cs
+++ b/Jellyfin.Api/Controllers/DynamicHlsController.cs
@@ -1160,7 +1160,7 @@ namespace Jellyfin.Api.Controllers
{
builder.Append("#EXTINF:")
.Append(length.ToString("0.0000", CultureInfo.InvariantCulture))
- .Append(", nodesc")
+ .AppendLine(", nodesc")
.Append("hls1/")
.Append(name)
.Append('/')