added refresh metadata button to the edit page

This commit is contained in:
Luke Pulverenti
2013-05-22 15:49:12 -04:00
parent ec392c270f
commit 458126a922
4 changed files with 97 additions and 42 deletions

View File

@@ -114,8 +114,6 @@ namespace MediaBrowser.Server.Implementations.Providers
cancellationToken.ThrowIfCancellationRequested();
if (force) item.ClearMetaValues();
// Run the normal providers sequentially in order of priority
foreach (var provider in MetadataProviders.Where(p => p.Supports(item)))
{