mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-05 20:22:26 +00:00
Fix pre-existing chapter images not being deleted after the chapter image generation setting is disabled
This commit is contained in:
@@ -100,7 +100,6 @@ namespace Emby.Server.Implementations.ScheduledTasks.Tasks
|
||||
EnableImages = false
|
||||
},
|
||||
SourceTypes = new SourceType[] { SourceType.Library },
|
||||
HasChapterImages = false,
|
||||
IsVirtualItem = false
|
||||
})
|
||||
.OfType<Video>()
|
||||
|
||||
Reference in New Issue
Block a user