mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 06:18:28 +01:00
added refresh metadata button to the edit page
This commit is contained in:
@@ -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)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user