From fdecab18b5cd3e2eec31e938adf1bb437ad57cb8 Mon Sep 17 00:00:00 2001 From: freearhey Date: Thu, 11 Feb 2021 07:27:48 +0300 Subject: [PATCH] Update db.js --- scripts/db.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/db.js b/scripts/db.js index f4afae6267..77ad2eda32 100644 --- a/scripts/db.js +++ b/scripts/db.js @@ -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