SelectButton

This commit is contained in:
Henry Hiles 2025-01-03 19:30:01 -05:00
parent e94d583b8b
commit 94eb363245
4 changed files with 53 additions and 10 deletions

View file

@ -0,0 +1,8 @@
enum SearchType {
any,
songs,
videos,
artists,
albums,
playlists,
}