mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
Revert unintended change in SchedulesDirect
This commit is contained in:
parent
d64e14fcb8
commit
544e059395
@ -462,7 +462,7 @@ namespace Emby.Server.Implementations.LiveTv.Listings
|
||||
foreach (ReadOnlySpan<char> i in programIds)
|
||||
{
|
||||
str.Append('"')
|
||||
.Append(i[..10])
|
||||
.Append(i.Slice(0, 10))
|
||||
.Append("\",");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user