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

This commit is contained in:
DarrenRuane 2023-01-15 23:09:33 +00:00
parent be206d4ff2
commit 776294b5f8

View File

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