Skip to content

Commit

Permalink
remove 8muses, add migration
Browse files Browse the repository at this point in the history
  • Loading branch information
az4521 committed Mar 9, 2024
1 parent 578708c commit 75f040e
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 466 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import eu.kanade.tachiyomi.source.SourceManager
import eu.kanade.tachiyomi.util.lang.launchNow
import eu.kanade.tachiyomi.util.system.toast
import exh.EH_SOURCE_ID
import exh.EIGHTMUSES_SOURCE_ID
import exh.EXH_SOURCE_ID
import exh.HITOMI_SOURCE_ID
import exh.MERGED_SOURCE_ID
Expand Down Expand Up @@ -81,7 +80,6 @@ class ExtensionManager(
EXH_SOURCE_ID -> context.getDrawable(R.mipmap.ic_exhentai_source)
NHENTAI_SOURCE_ID -> context.getDrawable(R.mipmap.ic_nhentai_source)
HITOMI_SOURCE_ID -> context.getDrawable(R.mipmap.ic_hitomi_source)
EIGHTMUSES_SOURCE_ID -> context.getDrawable(R.mipmap.ic_8muses_source)
MERGED_SOURCE_ID -> context.getDrawable(R.mipmap.ic_merged_source)
else -> null
}
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/java/eu/kanade/tachiyomi/source/SourceManager.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import eu.kanade.tachiyomi.source.online.all.EHentai
import eu.kanade.tachiyomi.source.online.all.Hitomi
import eu.kanade.tachiyomi.source.online.all.MergedSource
import eu.kanade.tachiyomi.source.online.all.NHentai
import eu.kanade.tachiyomi.source.online.english.EightMuses
import eu.kanade.tachiyomi.source.online.english.HentaiCafe
import eu.kanade.tachiyomi.source.online.english.Pururin
import eu.kanade.tachiyomi.source.online.english.Tsumino
Expand Down Expand Up @@ -117,7 +116,6 @@ open class SourceManager(private val context: Context) {
}
exSrcs += NHentai(context)
exSrcs += Hitomi()
exSrcs += EightMuses()
return exSrcs
}

Expand Down
Loading

0 comments on commit 75f040e

Please sign in to comment.