mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-11 17:40:05 -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 = {}
|
let searchIndex = {}
|
||||||
export function search(q) {
|
export function search(q) {
|
||||||
console.log('.')
|
|
||||||
if (!q) {
|
if (!q) {
|
||||||
filteredChannels.set(get(channels))
|
filteredChannels.set(get(channels))
|
||||||
hasQuery.set(false)
|
hasQuery.set(false)
|
||||||
|
@ -53,6 +52,7 @@ export async function fetchChannels() {
|
||||||
'launched',
|
'launched',
|
||||||
'closed',
|
'closed',
|
||||||
'replaced_by',
|
'replaced_by',
|
||||||
|
'website',
|
||||||
'streams',
|
'streams',
|
||||||
'guides',
|
'guides',
|
||||||
'is_nsfw',
|
'is_nsfw',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue