mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 15:55:25 +03:00
add dynamic images
This commit is contained in:
@@ -1455,7 +1455,8 @@ namespace MediaBrowser.Controller.Entities
|
||||
/// <returns>Task.</returns>
|
||||
public virtual Task ChangedExternally()
|
||||
{
|
||||
return RefreshMetadata(CancellationToken.None);
|
||||
ProviderManager.QueueRefresh(Id, new MetadataRefreshOptions());
|
||||
return Task.FromResult(true);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user