Fix: comment for backup

This commit is contained in:
Nicholas Wallace 2024-08-03 09:08:52 -07:00
parent b1adafedd2
commit 1ef78d069d

View file

@ -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