Update db.js

what-a-patch-1
freearhey 5 years ago
parent 5733f2b91d
commit 3b8dfa1998

@ -50,7 +50,7 @@ db.channels = {
output = this.list.filter(channel => !channel.languages.length)
} else {
output = this.list.filter(channel =>
channel.countries.map(c => c.code).includes(this.filter.value)
channel.languages.map(c => c.code).includes(this.filter.value)
)
}
break

Loading…
Cancel
Save