diff --git a/server/managers/BackupManager.js b/server/managers/BackupManager.js index a6982de13..984bd1601 100644 --- a/server/managers/BackupManager.js +++ b/server/managers/BackupManager.js @@ -332,7 +332,7 @@ class BackupManager { this.removeBackup(oldBackup) } - // Notifications only for auto downloaded episodes + // Notification for backup successfully completed this.notificationManager.onBackupCompleted(newBackup, this.backups.length, removeOldest) return true