Update db.js

pull/3214/head
Aleksandr Statciuk 4 years ago
parent 60787d93fa
commit 8a495f0f4c

@ -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)
}, },

Loading…
Cancel
Save