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

pull/9389/head
Nick 2 years ago committed by GitHub
parent a328dba3b1
commit f94abc1eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;

Loading…
Cancel
Save