fix recording icons

This commit is contained in:
Luke Pulverenti
2015-11-13 23:19:05 -05:00
parent 73c772637e
commit b992659f24
3 changed files with 33 additions and 26 deletions

View File

@@ -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);
}
}