aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-05-22 15:49:12 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-05-22 15:49:12 -0400
commit458126a92248243801c18864809277d3de5a3b86 (patch)
treeb34b8563dca8efa2f7fd022165b87ac6a46e4207 /MediaBrowser.Server.Implementations
parentec392c270f09e13bdf6b0d9a104a16e1c758b68e (diff)
added refresh metadata button to the edit page
Diffstat (limited to 'MediaBrowser.Server.Implementations')
-rw-r--r--MediaBrowser.Server.Implementations/Providers/ProviderManager.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Implementations/Providers/ProviderManager.cs b/MediaBrowser.Server.Implementations/Providers/ProviderManager.cs
index 3510ff9842..2ba222ca59 100644
--- a/MediaBrowser.Server.Implementations/Providers/ProviderManager.cs
+++ b/MediaBrowser.Server.Implementations/Providers/ProviderManager.cs
@@ -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)))
{