Skip to content

Commit

Permalink
ShijieScans: Fix mangaUrlDirectory (#5123)
Browse files Browse the repository at this point in the history
Fix mangaUrlDirectory
  • Loading branch information
choppeh authored Sep 20, 2024
1 parent 87208c0 commit e98fd70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tr/shijiescans/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
extClass = '.ShijieScans'
themePkg = 'mangathemesia'
baseUrl = 'https://shijiescans.com'
overrideVersionCode = 0
overrideVersionCode = 1
}

apply from: "$rootDir/common.gradle"
Original file line number Diff line number Diff line change
Expand Up @@ -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")),
)

0 comments on commit e98fd70

Please sign in to comment.