This commit is contained in:
2015-07-09 16:49:55 +02:00
parent 86cec99367
commit b39e62d69b
+2 -2
View File
@@ -46,9 +46,9 @@ public class SongHandler {
songs = DirScanner.scanDirectories(dir);
//sql.update(songs);
sql.update(songs);
//sort(new SortPLAYED());
sort(new SortPLAYED());
updatePlayer();
}