Fixed songs dir
This commit is contained in:
@@ -33,7 +33,8 @@ public class SongHandler {
|
||||
if(Window.ON_RASP)
|
||||
dir = new File(System.getProperty( "user.home" ) + "/ColorStrike/Songs");
|
||||
else
|
||||
dir = new File(System.getProperty( "user.home" ) + "/ColorStrike/Songs");
|
||||
dir = new File(System.getProperty( "user.home" ) + "/Documents/songs");
|
||||
|
||||
songs = DirScanner.scanDirectories(dir);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user