mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 15:55:25 +03:00
reduce scanning overhead a bit
This commit is contained in:
@@ -176,6 +176,8 @@ namespace MediaBrowser.Server.Implementations.ScheduledTasks
|
||||
{
|
||||
// Image is already in the cache
|
||||
item.PrimaryImagePath = path;
|
||||
|
||||
await _libraryManager.SaveItem(item, cancellationToken).ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user