mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 00:55:13 +01:00
fix recording icons
This commit is contained in:
@@ -1059,7 +1059,7 @@ namespace MediaBrowser.Server.Implementations.Persistence
|
||||
var tvItem = item as ILiveTvItem;
|
||||
if (tvItem != null)
|
||||
{
|
||||
item.ForcedSortName = reader.GetString(43);
|
||||
tvItem.ServiceName = reader.GetString(43);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user