Added new lists for viewing and selecting Artists and Stages
This commit is contained in:
@@ -79,4 +79,9 @@ public class Artist implements Serializable{
|
||||
{
|
||||
this.background = background;
|
||||
}
|
||||
|
||||
public String toString()
|
||||
{
|
||||
return name;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user