Fix a bug with mangasee intent filter (#12886)

This commit is contained in:
Wisest_wizard 2022-08-07 20:37:16 +05:30 committed by GitHub
parent c9f383c8af
commit 5d8494e775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
<data
android:host="mangasee123.com"
android:pathPattern="/manga/*"
android:pathPattern="/manga/..*"
android:scheme="https" />
</intent-filter>
</activity>

View File

@ -12,7 +12,7 @@ class NepNepGenerator : ThemeSourceGenerator {
override val baseVersionCode: Int = 11
override val sources = listOf(
SingleLang("MangaSee", "https://mangasee123.com", "en", overrideVersionCode = 21),
SingleLang("MangaSee", "https://mangasee123.com", "en", overrideVersionCode = 22),
SingleLang("MangaLife", "https://manga4life.com", "en", overrideVersionCode = 16),
)