mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-05-11 08:12:14 +00:00
Fix undefined variable in error log for when podcast cron is invalid
This commit is contained in:
parent
a5362de9cc
commit
d6a2e5596b
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ class CronManager {
|
|||
task
|
||||
})
|
||||
} catch (error) {
|
||||
Logger.error(`[PodcastManager] Failed to schedule podcast cron ${this.serverSettings.podcastEpisodeSchedule}`, error)
|
||||
Logger.error(`[PodcastManager] Failed to schedule podcast cron ${expression}`, error)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue