mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore: Use mihon's docs
This commit is contained in:
parent
bcfa6319bd
commit
2c7bc6a315
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ import java.util.zip.ZipFile
|
|||
class LocalSource(private val context: Context) : CatalogueSource, UnmeteredSource {
|
||||
companion object {
|
||||
const val ID = 0L
|
||||
const val HELP_URL = "https://tachiyomi.org/docs/guides/local-source/"
|
||||
const val HELP_URL = "https://mihon.app/docs/guides/local-source/"
|
||||
|
||||
private const val COVER_NAME = "cover.jpg"
|
||||
private val LATEST_THRESHOLD = TimeUnit.MILLISECONDS.convert(7, TimeUnit.DAYS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue