mirror of
https://github.com/iptv-org/iptv
synced 2025-12-23 13:57:31 -05: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