feat: music search suggestions
This commit is contained in:
parent
ef86181627
commit
bd936a8c42
10 changed files with 474 additions and 3 deletions
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
source: src/client/music_search.rs
|
||||
expression: map_res.c
|
||||
---
|
||||
[
|
||||
"taylor swift",
|
||||
"tkkg",
|
||||
"techno",
|
||||
"t low",
|
||||
"the weeknd",
|
||||
"tiktok songs",
|
||||
"toten hosen",
|
||||
]
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
source: src/client/music_search.rs
|
||||
expression: map_res.c
|
||||
---
|
||||
[]
|
||||
Reference in a new issue