mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
store chapter image date modified
This commit is contained in:
@@ -151,7 +151,7 @@ namespace MediaBrowser.Server.Implementations.Persistence
|
||||
{
|
||||
IEnumerable<BaseItem> items;
|
||||
int numItemsToSave;
|
||||
var pageSize = 2000;
|
||||
var pageSize = 1000;
|
||||
|
||||
if (totalRecordCount.HasValue)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user