small fix

This commit is contained in:
lisa 2023-12-23 09:48:18 +07:00
parent 51d8c74880
commit 0d09638a9c
1 changed files with 1 additions and 1 deletions

View File

@ -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,