mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-12 18:10:06 -04:00
Update store.js
This commit is contained in:
parent
d8f20947d4
commit
d24d965f76
1 changed files with 0 additions and 2 deletions
|
@ -30,8 +30,6 @@ export function search(_query) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(filters)
|
|
||||||
|
|
||||||
const filtered = get(channels).filter(c => {
|
const filtered = get(channels).filter(c => {
|
||||||
let results = []
|
let results = []
|
||||||
for (let f of filters) {
|
for (let f of filters) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue