NhatTruyen: update search path (#4800)

Update search path for searching and migrating function
This commit is contained in:
long21wt 2024-08-28 13:56:39 +02:00 committed by Draff
parent 77aafd4076
commit 81aa3a5d21
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.NhatTruyen' extClass = '.NhatTruyen'
themePkg = 'wpcomics' themePkg = 'wpcomics'
baseUrl = 'https://nhattruyenvn.com' baseUrl = 'https://nhattruyenvn.com'
overrideVersionCode = 18 overrideVersionCode = 19
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -20,7 +20,7 @@ class NhatTruyen : WPComics(
dateFormat = SimpleDateFormat("dd/MM/yy", Locale.getDefault()), dateFormat = SimpleDateFormat("dd/MM/yy", Locale.getDefault()),
gmtOffset = null, gmtOffset = null,
) { ) {
override val searchPath = "the-loai" override val searchPath = "tim-truyen"
/** /**
* NetTruyen/NhatTruyen redirect back to catalog page if searching query is not found. * NetTruyen/NhatTruyen redirect back to catalog page if searching query is not found.