Remove existing images when applying identify

This commit is contained in:
Joe Rogers
2022-01-03 23:41:13 +01:00
parent ce66df2c92
commit c81d2e9dec
4 changed files with 63 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ namespace MediaBrowser.Controller.Providers
ReplaceAllImages = copy.ReplaceAllImages;
ReplaceImages = copy.ReplaceImages;
SearchResult = copy.SearchResult;
IsIdentify = copy.IsIdentify;
if (copy.RefreshPaths != null && copy.RefreshPaths.Length > 0)
{