implement track view for artist and genre tracks
Old Description
Reason for the change
Adds a button to toggle between tracks and albums on the Artist view. Works on the genre view too, filtering by artist and genre.
Test plan
- Added a simple test case for the new method tracksDataFromGenreAndAuthor.
Screenshots or screen recordings
| Albums | Tracks |
|---|---|
![]() |
![]() |
Changes
Adds an entry at the top of the grid/list to open a track view for the current artist or genre. Tracks from artists opened from genre view will be filtered by genre.
Test plan
- Added a simple test case for the new method tracksDataFromGenreAndAuthor.
Screenshots or screen recordings
| List | Grid |
|---|---|
|
|
Edited by Pedro Nishiyama



