Add:Daily cron that closes stale open playback sessions

This commit is contained in:
advplyr 2024-07-04 12:00:54 -05:00
parent 43217657d7
commit fed5ff4863
5 changed files with 56 additions and 2 deletions

View file

@ -74,7 +74,7 @@ class Server {
this.podcastManager = new PodcastManager(this.watcher, this.notificationManager)
this.audioMetadataManager = new AudioMetadataMangaer()
this.rssFeedManager = new RssFeedManager()
this.cronManager = new CronManager(this.podcastManager)
this.cronManager = new CronManager(this.podcastManager, this.playbackSessionManager)
this.apiCacheManager = new ApiCacheManager()
this.binaryManager = new BinaryManager()