mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-18 08:05:20 +01:00
🔨 Fix smart playlists
This commit is contained in:
parent
2769db3f17
commit
859d10d907
5 changed files with 59 additions and 17 deletions
|
@ -23,3 +23,6 @@ const val SUGGESTIONS = 5
|
|||
const val FAVOURITES = 4
|
||||
const val GENRES = 6
|
||||
const val PLAYLISTS = 7
|
||||
const val HISTORY_PLAYLIST = 8
|
||||
const val LAST_ADDED_PLAYLIST = 9
|
||||
const val TOP_PLAYED_PLAYLIST = 10
|
Loading…
Add table
Add a link
Reference in a new issue