mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-17 02:02:57 +01:00
increase number of image extractions for new items
This commit is contained in:
parent
a19bfc8f07
commit
ae559e0ed1
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ namespace MediaBrowser.Server.Implementations.ScheduledTasks
|
|||
NewItemTimer = null;
|
||||
}
|
||||
|
||||
foreach (var item in GetItemsForExtraction(newItems.Take(3)))
|
||||
foreach (var item in GetItemsForExtraction(newItems.Take(5)))
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue