Skip to content

Commit

Permalink
fix: novel extension installing
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelonion committed Apr 21, 2024
1 parent 3622d91 commit e475cc5
Show file tree
Hide file tree
Showing 9 changed files with 192 additions and 620 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import ani.dantotsu.util.Logger
import eu.kanade.tachiyomi.extension.ExtensionUpdateNotifier
import eu.kanade.tachiyomi.extension.anime.model.AnimeExtension
import eu.kanade.tachiyomi.extension.anime.model.AnimeLoadResult
import eu.kanade.tachiyomi.extension.util.ExtensionLoader
import eu.kanade.tachiyomi.network.GET
import eu.kanade.tachiyomi.network.NetworkHelper
import eu.kanade.tachiyomi.network.awaitSuccess
Expand Down Expand Up @@ -87,7 +88,7 @@ class NovelExtensionGithubApi {
}
}

val installedExtensions = NovelExtensionLoader.loadExtensions(context)
val installedExtensions = ExtensionLoader.loadNovelExtensions(context)
.filterIsInstance<AnimeLoadResult.Success>()
.map { it.extension }

Expand Down
Loading

0 comments on commit e475cc5

Please sign in to comment.