diff --git a/app/src/main/java/eu/kanade/tachiyomi/data/notification/Notifications.kt b/app/src/main/java/eu/kanade/tachiyomi/data/notification/Notifications.kt index 6fd4f3c98..1296142ba 100644 --- a/app/src/main/java/eu/kanade/tachiyomi/data/notification/Notifications.kt +++ b/app/src/main/java/eu/kanade/tachiyomi/data/notification/Notifications.kt @@ -44,7 +44,7 @@ object Notifications { * Notification channel and ids used by the library updater. */ const val CHANNEL_UPDATES_TO_EXTS = "updates_ext_channel" - const val ID_UPDATES_TO_EXTS = -401 + const val ID_UPDATES_TO_EXTS = -501 /** * Notification channel and ids used by the backup/restore system.