mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
shitty crunchy
This commit is contained in:
parent
547fccea68
commit
64af3927d0
2 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
) {
|
||||
|
|
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue