Support song ordering; add/fix album year sort

This commit is contained in:
Nicholas Narsing 2018-04-28 11:47:05 -04:00
commit 60cb868beb
No known key found for this signature in database
GPG key ID: 6C867A2AC16B645A
8 changed files with 69 additions and 23 deletions

View file

@ -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";
}
/**