This commit is contained in:
Bond_009 2020-09-16 15:35:37 +02:00
parent 2dbf73b989
commit 0007756a5e

View file

@ -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('/')