mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fix pre-existing chapter images not being deleted after the chapter image generation setting is disabled
This commit is contained in:
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…
x
Reference in New Issue
Block a user