Update db.js

This commit is contained in:
Aleksandr Statciuk
2021-06-16 20:04:33 +03:00
parent 1dbda5840b
commit 38e1723fa1

View File

@@ -33,6 +33,7 @@ db.channels = {
list: [], list: [],
filter: null, filter: null,
duplicates: true, duplicates: true,
nsfw: true,
add(channel) { add(channel) {
this.list.push(channel) this.list.push(channel)
}, },