Support song ordering; add/fix album year sort
This commit is contained in:
parent
3b62a4578f
commit
60cb868beb
8 changed files with 69 additions and 23 deletions
|
|
@ -64,8 +64,7 @@ public final class SortOrder {
|
|||
+ ", " + MediaStore.Audio.Albums.DEFAULT_SORT_ORDER;
|
||||
|
||||
/* Album sort order year */
|
||||
String ALBUM_YEAR = MediaStore.Audio.Albums.FIRST_YEAR + " DESC";
|
||||
|
||||
String ALBUM_YEAR = MediaStore.Audio.Media.YEAR + " DESC";
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue