Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #35 from sandeepjak2007/Issue#34
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb authored Jan 24, 2024
2 parents 75add01 + e2fd50b commit 403cbc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion multisrc/overrides/madara/shinigami/src/Shinigami.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import okhttp3.OkHttpClient
import org.jsoup.nodes.Element
import java.util.concurrent.TimeUnit

class Shinigami : Madara("Shinigami", "https://shinigami.moe", "id") {
class Shinigami : Madara("Shinigami", "https://shinigamitoon.com", "id") {
// moved from Reaper Scans (id) to Shinigami (id)
override val id = 3411809758861089969

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Shayami", "https://shayami.com", "es"),
SingleLang("Shiba Manga", "https://shibamanga.com", "en"),
SingleLang("Shield Manga", "https://shieldmanga.io", "en", overrideVersionCode = 3),
SingleLang("Shinigami", "https://shinigami.moe", "id", isNsfw = false, overrideVersionCode = 9),
SingleLang("Shinigami", "https://shinigamitoon.com", "id", isNsfw = false, overrideVersionCode = 9),
SingleLang("Shooting Star Scans", "https://shootingstarscans.com", "en"),
SingleLang("ShoujoHearts", "https://shoujohearts.com", "en", overrideVersionCode = 2),
SingleLang("Sinensis Scan", "https://sinensisscan.net", "pt-BR", pkgName = "sinensis", overrideVersionCode = 6),
Expand Down

0 comments on commit 403cbc0

Please sign in to comment.