mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-26 13:24:39 +02:00
Update download notification id to 11
This commit is contained in:
@@ -95,7 +95,7 @@ class DownloadService : Service() {
|
|||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
private const val CHANNEL_ID = "downloads"
|
private const val CHANNEL_ID = "downloads"
|
||||||
private const val NOTIFICATION_ID = 4102
|
private const val NOTIFICATION_ID = 11
|
||||||
private const val ACTION_CANCEL = "com.audiobookshelf.app.download.CANCEL"
|
private const val ACTION_CANCEL = "com.audiobookshelf.app.download.CANCEL"
|
||||||
fun intent(context: Context) = Intent(context, DownloadService::class.java)
|
fun intent(context: Context) = Intent(context, DownloadService::class.java)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user