Copy IsAutomated option when making MetadataRefreshOptions copy. (#9385)

This commit is contained in:
Nick
2023-02-24 06:06:01 -08:00
committed by GitHub
parent a328dba3b1
commit f94abc1eb7

View File

@@ -26,6 +26,7 @@ namespace MediaBrowser.Controller.Providers
ReplaceAllMetadata = copy.ReplaceAllMetadata;
EnableRemoteContentProbe = copy.EnableRemoteContentProbe;
IsAutomated = copy.IsAutomated;
ImageRefreshMode = copy.ImageRefreshMode;
ReplaceAllImages = copy.ReplaceAllImages;
ReplaceImages = copy.ReplaceImages;