Add: backup completion notification

This commit is contained in:
Nicholas Wallace 2024-07-14 19:59:50 +00:00
parent 2aabca906e
commit b1adafedd2
4 changed files with 40 additions and 3 deletions

View file

@ -68,7 +68,7 @@ class Server {
// Managers
this.notificationManager = new NotificationManager()
this.emailManager = new EmailManager()
this.backupManager = new BackupManager()
this.backupManager = new BackupManager(this.notificationManager)
this.abMergeManager = new AbMergeManager()
this.playbackSessionManager = new PlaybackSessionManager()
this.podcastManager = new PodcastManager(this.watcher, this.notificationManager)