rewrite search functions as classes

This commit is contained in:
geoffrey45
2022-05-18 18:04:01 +03:00
parent 8405efede0
commit 4040b99518
9 changed files with 170 additions and 32 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
type="search"
name=""
id=""
placeholder="Search this playlist"
placeholder="Search here"
class="rounded"
/>
</form>
+5 -5
View File
@@ -137,14 +137,14 @@ export default async (
add_to_playlist,
play_next,
add_to_q,
add_to_fav,
// add_to_fav,
separator,
go_to_folder,
go_to_artist,
go_to_alb_artist,
// go_to_artist,
// go_to_alb_artist,
go_to_album,
separator,
del_track,
// separator,
// del_track,
];
return options;