Option to import manga from directories #31

This commit is contained in:
Koitharu
2022-08-10 14:27:51 +03:00
parent 59a50e163f
commit 0077dc2f1c
33 changed files with 657 additions and 121 deletions

View File

@@ -196,7 +196,7 @@ class DownloadService : BaseService() {
private const val ACTION_DOWNLOAD_CANCEL = "${BuildConfig.APPLICATION_ID}.action.ACTION_DOWNLOAD_CANCEL"
private const val ACTION_DOWNLOAD_RESUME = "${BuildConfig.APPLICATION_ID}.action.ACTION_DOWNLOAD_RESUME"
private const val EXTRA_MANGA = "manga"
const val EXTRA_MANGA = "manga"
private const val EXTRA_CHAPTERS_IDS = "chapters_ids"
private const val EXTRA_CANCEL_ID = "cancel_id"