mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
Added the ability to sort items in the artist catalogue
This commit is contained in:
parent
3c617570de
commit
e6b997bc35
5 changed files with 70 additions and 0 deletions
|
|
@ -20,6 +20,9 @@ public class Artist implements Parcelable {
|
|||
public static final String DOWNLOADED = "DOWNLOADED";
|
||||
public static final String STARRED = "STARRED";
|
||||
|
||||
public static final String ORDER_BY_NAME = "ORDER_BY_NAME";
|
||||
public static final String ORDER_BY_RANDOM = "ORDER_BY_RANDOM";
|
||||
|
||||
private List<Album> albums;
|
||||
private List<Artist> similarArtists;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue