Update db.js

pull/2138/head
freearhey 4 years ago
parent 1c5eae5256
commit fdecab18b5

@ -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