Update Artist

This commit is contained in:
guusvdongen
2015-02-24 15:36:21 +01:00
parent 558cf0ea5c
commit 5aaf23e346
+1 -3
View File
@@ -20,9 +20,7 @@ public class Artist implements Serializable{
if ( !image.equals("null")) {
this.image = new ImageIcon(image);
} else {
this.image = null;
}
}
}
public String getName()