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
f1e3526942
commit
8ab71d47e5
1 changed files with 1 additions and 1 deletions
|
@ -2297,7 +2297,7 @@ object SoraExtractor : SoraStream() {
|
||||||
it.title.equals(
|
it.title.equals(
|
||||||
title,
|
title,
|
||||||
true
|
true
|
||||||
) && it.infor.contains(if (season == null) "$year" else "SS") && it.type == if (season == null) "Movie" else "TV"
|
) && it.infor.equals(if (season == null) "$year" else "SS ${lastSeason?.minus(1)}") && it.type == if (season == null) "Movie" else "TV"
|
||||||
}
|
}
|
||||||
|
|
||||||
val shareId = media?.url?.substringAfterLast("/") ?: return
|
val shareId = media?.url?.substringAfterLast("/") ?: return
|
||||||
|
|
Loading…
Reference in a new issue