From 1ef78d069dabd1e35633680b074891f81ad99876 Mon Sep 17 00:00:00 2001 From: Nicholas Wallace Date: Sat, 3 Aug 2024 09:08:52 -0700 Subject: [PATCH] Fix: comment for backup --- server/managers/BackupManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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