@@ -46,9 +46,9 @@ public class SongHandler {
songs = DirScanner.scanDirectories(dir);
- //sql.update(songs);
+ sql.update(songs);
- //sort(new SortPLAYED());
+ sort(new SortPLAYED());
updatePlayer();
}