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