mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
Fix
This commit is contained in:
@@ -1160,7 +1160,7 @@ namespace Jellyfin.Api.Controllers
|
|||||||
{
|
{
|
||||||
builder.Append("#EXTINF:")
|
builder.Append("#EXTINF:")
|
||||||
.Append(length.ToString("0.0000", CultureInfo.InvariantCulture))
|
.Append(length.ToString("0.0000", CultureInfo.InvariantCulture))
|
||||||
.Append(", nodesc")
|
.AppendLine(", nodesc")
|
||||||
.Append("hls1/")
|
.Append("hls1/")
|
||||||
.Append(name)
|
.Append(name)
|
||||||
.Append('/')
|
.Append('/')
|
||||||
|
|||||||
Reference in New Issue
Block a user