fix wrong sorting for 'enqueue album'
This commit is contained in:
parent
bc69dde38c
commit
62e58c003c
@ -97,7 +97,7 @@ public class MediaUtils {
|
|||||||
/**
|
/**
|
||||||
* The default sort order for albums. First the album, then songnumber
|
* The default sort order for albums. First the album, then songnumber
|
||||||
*/
|
*/
|
||||||
private static final String ALBUM_SORT = "artist_sort,disc_num,song_num";
|
private static final String ALBUM_SORT = "album_sort,disc_num,song_num";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The default sort order for files. Simply use the path
|
* The default sort order for files. Simply use the path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user