Update scripts

This commit is contained in:
freearhey
2025-07-20 00:30:29 +03:00
parent 5b16467a64
commit feac6b6191
9 changed files with 41 additions and 38 deletions

View File

@@ -45,6 +45,6 @@ export type ChannelSearchableData = {
name: string
altNames: string[]
guideNames: string[]
streamNames: string[]
streamTitles: string[]
feedFullNames: string[]
}