mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-21 20:29:38 +00: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…
Add table
Add a link
Reference in a new issue