mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
fix tags
This commit is contained in:
parent
fc6312c8b0
commit
2c3dbcbfaa
1 changed files with 3 additions and 1 deletions
|
@ -533,7 +533,8 @@ class MacIPTVProvider(override var lang: String) : MainAPI() {
|
||||||
if (categoryTitle.uppercase()
|
if (categoryTitle.uppercase()
|
||||||
.contains(rgxcodeCountry) || categoryTitle.isContainsTargetCountry(
|
.contains(rgxcodeCountry) || categoryTitle.isContainsTargetCountry(
|
||||||
provider
|
provider
|
||||||
)
|
) || categoryTitle.uppercase()
|
||||||
|
.contains(findKeyWord(tags.toString()))
|
||||||
) {
|
) {
|
||||||
flag = getFlag(categoryTitle)
|
flag = getFlag(categoryTitle)
|
||||||
val nameGenre = if (firstCat) {
|
val nameGenre = if (firstCat) {
|
||||||
|
@ -665,3 +666,4 @@ class MacIPTVProvider(override var lang: String) : MainAPI() {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue