Fix pre-existing chapter images not being deleted after the chapter image generation setting is disabled

pull/9103/head
DarrenRuane 2 years ago
parent be206d4ff2
commit 776294b5f8

@ -100,7 +100,6 @@ namespace Emby.Server.Implementations.ScheduledTasks.Tasks
EnableImages = false EnableImages = false
}, },
SourceTypes = new SourceType[] { SourceType.Library }, SourceTypes = new SourceType[] { SourceType.Library },
HasChapterImages = false,
IsVirtualItem = false IsVirtualItem = false
}) })
.OfType<Video>() .OfType<Video>()

Loading…
Cancel
Save