Update parser.js

This commit is contained in:
Tribalize 2021-06-13 18:11:05 -04:00
parent b8413d054e
commit 017b089ab6
1 changed files with 1 additions and 1 deletions

View File

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