mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
small fix
This commit is contained in:
parent
51d8c74880
commit
0d09638a9c
1 changed files with 1 additions and 1 deletions
|
@ -2296,7 +2296,7 @@ object SoraExtractor : SoraStream() {
|
|||
it.title.equals(
|
||||
title,
|
||||
true
|
||||
) && it.infor == if (season == null) "$year" else "SS $lastSeason" && it.type == if (season == null) "Movie" else "TV"
|
||||
) && it.infor.equals(if (season == null) "$year" else "SS $lastSeason") && it.type == if (season == null) "Movie" else "TV"
|
||||
} ?: mediaRes.find {
|
||||
it.title.equals(
|
||||
title,
|
||||
|
|
Loading…
Reference in a new issue