mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 17:14:42 +01:00
standardize check of DontFetchMeta within provider manager
This commit is contained in:
@@ -191,6 +191,11 @@ namespace MediaBrowser.Server.Implementations.Providers
|
||||
continue;
|
||||
}
|
||||
|
||||
if (provider.RequiresInternet && item.DontFetchMeta)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
currentTasks.Add(FetchAsync(provider, item, force, cancellationToken));
|
||||
currentPriority = provider.Priority;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user