mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-14 01:45:55 -07:00
feat: sort artists by album count
This commit is contained in:
parent
77bdd71d79
commit
4c865e199d
5 changed files with 11 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ object Constants {
|
|||
const val ARTIST_STARRED = "ARTIST_STARRED"
|
||||
const val ARTIST_ORDER_BY_NAME = "ARTIST_ORDER_BY_NAME"
|
||||
const val ARTIST_ORDER_BY_RANDOM = "ARTIST_ORDER_BY_RANDOM"
|
||||
const val ARTIST_ORDER_BY_ALBUM_COUNT = "ARTIST_ORDER_BY_ALBUM_COUNT"
|
||||
const val ARTIST_ORDER_BY_MOST_RECENTLY_STARRED = "ARTIST_ORDER_BY_MOST_RECENTLY_STARRED"
|
||||
const val ARTIST_ORDER_BY_LEAST_RECENTLY_STARRED = "ARTIST_ORDER_BY_LEAST_RECENTLY_STARRED"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue