Update store.js

This commit is contained in:
freearhey 2025-03-06 01:17:04 +03:00
parent e3bc9558d0
commit 5c089d8b5c

View file

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