mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-02 13:15:25 -04:00
Fix
This commit is contained in:
parent
2dbf73b989
commit
0007756a5e
@ -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('/')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user