small fix

This commit is contained in:
lisa 2023-12-23 10:29:36 +07:00
parent f1e3526942
commit 8ab71d47e5
1 changed files with 1 additions and 1 deletions

View File

@ -2297,7 +2297,7 @@ object SoraExtractor : SoraStream() {
it.title.equals(
title,
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