Merge pull request #3837 from cvium/fix_memorycache
Fix BaseItems not being cached in-memory
This commit is contained in:
commit
c82b26a4b1
|
@ -299,7 +299,7 @@ namespace Emby.Server.Implementations.Library
|
|||
}
|
||||
}
|
||||
|
||||
_memoryCache.CreateEntry(item.Id).SetValue(item);
|
||||
_memoryCache.Set(item.Id, item);
|
||||
}
|
||||
|
||||
public void DeleteItem(BaseItem item, DeleteOptions options)
|
||||
|
|
Loading…
Reference in New Issue
Block a user