ShijieScans: Fix mangaUrlDirectory (#5123)

Fix mangaUrlDirectory
This commit is contained in:
Chopper 2024-09-20 04:22:52 -03:00 committed by Draff
parent ceb13d67d9
commit a0d504b109
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.ShijieScans'
themePkg = 'mangathemesia'
baseUrl = 'https://shijiescans.com'
overrideVersionCode = 0
overrideVersionCode = 1
}
apply from: "$rootDir/common.gradle"

View File

@ -8,5 +8,6 @@ class ShijieScans : MangaThemesia(
"Shijie Scans",
"https://shijiescans.com",
"tr",
dateFormat = SimpleDateFormat("MMM d, yyy", Locale("tr")),
"/seri",
SimpleDateFormat("MMM d, yyy", Locale("tr")),
)