mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 18:14:42 +01:00
rework refresh queue
This commit is contained in:
@@ -1416,7 +1416,7 @@ namespace Emby.Server.Implementations.Channels
|
||||
if (!_refreshedItems.ContainsKey(program.Id))
|
||||
{
|
||||
_refreshedItems.TryAdd(program.Id, true);
|
||||
_providerManager.QueueRefresh(program.Id, new MetadataRefreshOptions(_fileSystem));
|
||||
_providerManager.QueueRefresh(program.Id, new MetadataRefreshOptions(_fileSystem), RefreshPriority.Low);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user