Fix skipped library entries and size warning notifications using same ID

(cherry picked from commit 91ed3a4a5facaaa335d4408e7c5342dcca430f47)
(cherry picked from commit da739dfc077d98be66ca140c2bb492e576bf300c)
This commit is contained in:
arkon 2022-04-24 15:49:24 -04:00 committed by Jobobby04
parent ff9fbc5265
commit 98d5173507

View File

@ -30,7 +30,7 @@ object Notifications {
const val CHANNEL_LIBRARY_ERROR = "library_errors_channel"
const val ID_LIBRARY_ERROR = -102
const val CHANNEL_LIBRARY_SKIPPED = "library_skipped_channel"
const val ID_LIBRARY_SKIPPED = -103
const val ID_LIBRARY_SKIPPED = -104
/**
* Notification channel and ids used by the downloader.