Update db.js

This commit is contained in:
Aleksandr Statciuk 2021-06-16 20:04:33 +03:00
parent 60787d93fa
commit 8a495f0f4c

View File

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