small fix

This commit is contained in:
hexated 2023-07-29 04:02:24 +07:00
parent e41321271f
commit b9bcf80c2a
1 changed files with 1 additions and 1 deletions

View File

@ -2064,7 +2064,7 @@ object SoraExtractor : SoraStream() {
it.attr("data-id") to it.text()
}.apmap {
when {
it.second.equals("Player F", true) || it.second.equals("Player N", true) && !isAnime -> {
(it.second.equals("Player F", true) || it.second.equals("Player N", true)) && !isAnime -> {
invokeSmashyFfix(it.second, it.first, url, callback)
}
it.first.contains("/gtop") -> {