Update parser.js

This commit is contained in:
Tribalize 2021-06-13 18:11:05 -04:00
parent b8413d054e
commit 017b089ab6

View file

@ -233,7 +233,7 @@ class Channel {
} }
isNSFW() { isNSFW() {
return sfwCategories.includes(this.category) return nsfwCategories.includes(this.category)
} }
isNSFW() { isNSFW() {