Skip to content

Commit

Permalink
Fix Shinigami (ID) (keiyoushi#39)
Browse files Browse the repository at this point in the history
Co-authored-by: Kon <k@a.a>
  • Loading branch information
C0rvidae and Kon authored Jan 9, 2024
1 parent 5fe0291 commit 5ed71e0
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 @@ -25,7 +25,7 @@ import uy.kohesive.injekt.api.get
import java.io.IOException
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 @@ -433,7 +433,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", overrideVersionCode = 10),
SingleLang("Shinigami", "https://shinigamitoon.com", "id", overrideVersionCode = 11),
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 5ed71e0

Please sign in to comment.