mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-06 07:48:50 +01:00
increase number of image extractions for new items
This commit is contained in:
@@ -125,7 +125,7 @@ namespace MediaBrowser.Server.Implementations.ScheduledTasks
|
|||||||
NewItemTimer = null;
|
NewItemTimer = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach (var item in GetItemsForExtraction(newItems.Take(3)))
|
foreach (var item in GetItemsForExtraction(newItems.Take(5)))
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user