Added Search tab

This commit is contained in:
Prathamesh More 2022-01-15 00:07:58 +05:30
parent f769740d17
commit ff1c83c91d
9 changed files with 18 additions and 31 deletions

View file

@ -36,7 +36,8 @@ object PreferenceUtil {
CategoryInfo(CategoryInfo.Category.Artists, true),
CategoryInfo(CategoryInfo.Category.Playlists, true),
CategoryInfo(CategoryInfo.Category.Genres, false),
CategoryInfo(CategoryInfo.Category.Folder, false)
CategoryInfo(CategoryInfo.Category.Folder, false),
CategoryInfo(CategoryInfo.Category.Search, false)
)
var libraryCategory: List<CategoryInfo>