Skip to content

Commit

Permalink
Fix Adu Manga URL & date format (#3763)
Browse files Browse the repository at this point in the history
* Fixed baseURL mismatch

* Replaced `Locale` in `dateFormat` to `en`

* Removed unnecessary `dateFormat` override
  • Loading branch information
Smol-Ame committed Jun 28, 2024
1 parent 6f43240 commit 0431edd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/tr/adumanga/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
extClass = '.AduManga'
themePkg = 'mangathemesia'
baseUrl = 'https://adumanga.com'
overrideVersionCode = 0
overrideVersionCode = 1
}

apply from: "$rootDir/common.gradle"
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
package eu.kanade.tachiyomi.extension.tr.adumanga

import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale

class AduManga : MangaThemesia(
"Adu Manga",
"https://www.mangacim.com",
"https://adumanga.com",
"tr",
dateFormat = SimpleDateFormat("MMMM d, yyy", Locale("tr")),
)

0 comments on commit 0431edd

Please sign in to comment.