mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-30 18:11:52 +02:00
Add:Daily cron that closes stale open playback sessions
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user