mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-09 19:47:47 +08:00
feat: add import list & calendar
This commit is contained in:
@@ -23,6 +23,9 @@ func (c *Client) addSysCron() {
|
||||
c.downloadAllMovies()
|
||||
})
|
||||
c.mustAddCron("0 0 */12 * * *", c.checkAllSeriesNewSeason)
|
||||
c.mustAddCron("0 0/30 * * * *", func() {
|
||||
c.periodicallyUpdateImportlist()
|
||||
})
|
||||
c.cron.Start()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user