Fix:Adding new podcast with auto download episodes not setting the schedule #2160

This commit is contained in:
advplyr 2023-09-29 14:52:04 -05:00
parent 98ed2e01cc
commit f0929729a3
2 changed files with 2 additions and 1 deletions

View file

@ -147,6 +147,7 @@ class ServerSettings {
loggerScannerLogsToKeep: this.loggerScannerLogsToKeep,
homeBookshelfView: this.homeBookshelfView,
bookshelfView: this.bookshelfView,
podcastEpisodeSchedule: this.podcastEpisodeSchedule,
sortingIgnorePrefix: this.sortingIgnorePrefix,
sortingPrefixes: [...this.sortingPrefixes],
chromecastEnabled: this.chromecastEnabled,