mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-17 12:30:03 -04:00
Update parser.js
This commit is contained in:
parent
b8413d054e
commit
017b089ab6
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ class Channel {
|
|||
}
|
||||
|
||||
isNSFW() {
|
||||
return sfwCategories.includes(this.category)
|
||||
return nsfwCategories.includes(this.category)
|
||||
}
|
||||
|
||||
isNSFW() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue