Skip to content
Snippets Groups Projects
Commit eda18539 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Sort Artist tracks by Album

parent 1026d793
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ public class Artist extends MediaLibraryItem {
}
public MediaWrapper[] getTracks() {
return getTracks(Medialibrary.SORT_DEFAULT, false);
return getTracks(Medialibrary.SORT_ALBUM, false);
}
public MediaWrapper[] getTracks(int sort, boolean desc) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment