mirror of
https://github.com/iptv-org/iptv
synced 2026-03-27 14:21:41 -04:00
Update parser.js
This commit is contained in:
@@ -233,7 +233,7 @@ class Channel {
|
||||
}
|
||||
|
||||
isNSFW() {
|
||||
return sfwCategories.includes(this.category)
|
||||
return nsfwCategories.includes(this.category)
|
||||
}
|
||||
|
||||
isNSFW() {
|
||||
|
||||
Reference in New Issue
Block a user