mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04: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…
x
Reference in New Issue
Block a user