mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
[Sora] fixed missing show in UHD
This commit is contained in:
parent
b8d38be47c
commit
2c7860dd99
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
// use an integer for version numbers
|
||||
version = 58
|
||||
version = 59
|
||||
|
||||
|
||||
cloudstream {
|
||||
|
|
|
@ -51,7 +51,7 @@ fun String.filterMedia(title: String?, yearNum: Int?, seasonNum: Int?): Boolean
|
|||
seasonNum > 1 -> this.contains(Regex("(?i)(Season\\s0?1-0?$seasonNum)|(S0?1-S?0?$seasonNum)")) && this.contains(
|
||||
"$title",
|
||||
true
|
||||
) && this.contains("$yearNum")
|
||||
)
|
||||
else -> this.contains(Regex("(?i)(Season\\s0?1)|(S0?1)")) && this.contains(
|
||||
"$title",
|
||||
true
|
||||
|
|
Loading…
Reference in a new issue