fun setArtist(artist: String?) {
        if (artist == null)
            this.artist = "Unknown Artist"
        else
            this.artist = artist