Added Search tab
This commit is contained in:
parent
f769740d17
commit
ff1c83c91d
9 changed files with 18 additions and 31 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue