mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-10 17:10:06 -04:00
Update store.js
This commit is contained in:
parent
e3bc9558d0
commit
5c089d8b5c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,6 @@ export const downloadMode = writable(false)
|
|||
|
||||
let searchIndex = {}
|
||||
export function search(q) {
|
||||
console.log('.')
|
||||
if (!q) {
|
||||
filteredChannels.set(get(channels))
|
||||
hasQuery.set(false)
|
||||
|
@ -53,6 +52,7 @@ export async function fetchChannels() {
|
|||
'launched',
|
||||
'closed',
|
||||
'replaced_by',
|
||||
'website',
|
||||
'streams',
|
||||
'guides',
|
||||
'is_nsfw',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue