This commit is contained in:
2015-06-13 19:35:11 +02:00
parent b0ce0bb6f8
commit 6644b80480
+2 -2
View File
@@ -35,7 +35,7 @@ public class SongHandler {
currentSong = null;
currentSongInstance = null;
currentIndex = 1;
currentIndex = 0;
p = new AudioPlayer();
@@ -46,7 +46,7 @@ public class SongHandler {
songs = DirScanner.scanDirectories(dir);
Collections.sort(songs, new SortALPHA());
sort(new SortALPHA());
sql.update(songs);