denormalize seasonid

This commit is contained in:
Luke Pulverenti
2016-07-05 01:40:18 -04:00
parent 73e2b1f283
commit 2772d59559
11 changed files with 135 additions and 166 deletions

View File

@@ -368,10 +368,10 @@ namespace MediaBrowser.Server.Implementations.Library
{
return;
}
//if (!(item is Folder))
//{
// return;
//}
if (!(item is Folder))
{
return;
}
LibraryItemsCache.AddOrUpdate(id, item, delegate { return item; });
}