Fix
This commit is contained in:
parent
2dbf73b989
commit
0007756a5e
|
@ -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('/')
|
||||
|
|
Loading…
Reference in New Issue
Block a user