shitty crunchy

This commit is contained in:
hexated 2022-12-22 08:29:45 +07:00
parent 547fccea68
commit 64af3927d0
2 changed files with 0 additions and 4 deletions

View File

@ -1461,8 +1461,6 @@ object SoraExtractor : SoraStream() {
suspend fun invokeCrunchyroll(
title: String? = null,
epsTitle: String? = null,
season: Int? = null,
episode: Int? = null,
subtitleCallback: (SubtitleFile) -> Unit,
callback: (ExtractorLink) -> Unit
) {

View File

@ -351,8 +351,6 @@ open class SoraStream : TmdbProvider() {
if (res.season != null && res.isAnime) invokeCrunchyroll(
res.title,
res.epsTitle,
res.season,
res.episode,
subtitleCallback,
callback
)