mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 10:27:48 +01:00
Update URL for Local Manga guide (#4641)
This commit is contained in:
parent
91bb6b9016
commit
d1c2eaf6d5
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ import java.util.zip.ZipFile
|
|||
class LocalSource(private val context: Context) : CatalogueSource {
|
||||
companion object {
|
||||
const val ID = 0L
|
||||
const val HELP_URL = "https://tachiyomi.org/help/guides/reading-local-manga/"
|
||||
const val HELP_URL = "https://tachiyomi.org/help/guides/local-manga/"
|
||||
|
||||
private const val COVER_NAME = "cover.jpg"
|
||||
private val SUPPORTED_ARCHIVE_TYPES = setOf("zip", "rar", "cbr", "cbz", "epub")
|
||||
|
|
Loading…
Reference in a new issue