allow sorting by date added
This commit is contained in:
parent
b236e7a9cd
commit
e8ef0b972d
10 changed files with 24 additions and 3 deletions
|
|
@ -5,5 +5,6 @@ public class SortMethod {
|
|||
public static final String ALBUM = "ALBUM";
|
||||
public static final String ARTIST = "ARTIST";
|
||||
public static final String YEAR = "YEAR";
|
||||
public static final String ADDED = "ADDED";
|
||||
public static final String RANDOM = "RANDOM";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue