Description
<p>Currently the FanArtLibraryManager can hold a lot of media items in memory and performs a lot of allocations and disk IO when persisting pending items if there are a lot of media items being queued for fanart collection.</p>
<p>Change to only store the media item id of the items to be processed and batch up the persisiting of items to reduce allocations and IO</p>
<p>Change to only store the media item id of the items to be processed and batch up the persisiting of items to reduce allocations and IO</p>