Add refresh flag to remove existing data/images

Fixes #7040
This commit is contained in:
Joe Rogers
2021-12-31 17:05:02 +01:00
parent 76e640b0b9
commit 853ef727da
3 changed files with 13 additions and 3 deletions

View File

@@ -27,6 +27,11 @@ namespace MediaBrowser.Controller.Providers
public bool IsAutomated { get; set; }
/// <summary>
/// Gets or sets a value indicating whether the action is an identify.
/// </summary>
public bool IsIdentify { get; set; }
public bool IsReplacingImage(ImageType type)
{
return ImageRefreshMode == MetadataRefreshMode.FullRefresh &&