mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 06:18:28 +01:00
fix scanning of new libraries
This commit is contained in:
@@ -418,6 +418,11 @@ namespace MediaBrowser.Providers.Manager
|
||||
// If any remote providers changed, run them all so that priorities can be honored
|
||||
if (i is IRemoteMetadataProvider)
|
||||
{
|
||||
if (options.MetadataRefreshMode == MetadataRefreshMode.ValidationOnly)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
return anyRemoteProvidersChanged;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user