Update parser.js

pull/3183/head
Tribalize 4 years ago
parent b8413d054e
commit 017b089ab6

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

Loading…
Cancel
Save