Added SQL and Network

This commit is contained in:
2015-06-12 12:40:23 +02:00
parent ce35aaf667
commit 3dba4b6b92
8 changed files with 229 additions and 16 deletions
+5
View File
@@ -138,6 +138,11 @@ public class Song implements Comparable<Song>{
public File getFile() {
return file;
}
public String getFolder()
{
return file.getParentFile().getName();
}
public void setFile(File file) {
this.file = file;