mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 20:54:20 +01:00
use music brainz values from audio files with bottom up refresh
This commit is contained in:
@@ -197,11 +197,6 @@ namespace MediaBrowser.Providers.Manager
|
||||
.Where(i => i.HasChanged(currentItem, currentItem.DateLastSaved))
|
||||
.ToList();
|
||||
|
||||
if (providersWithChanges.Count > 0)
|
||||
{
|
||||
var b = true;
|
||||
}
|
||||
|
||||
// If local providers are the only ones with changes, then just run those
|
||||
if (providersWithChanges.All(i => i is ILocalMetadataProvider))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user