fun setAlbum(album: String?) {
        if (album == null)
            this.album = "Unknown Album"
        else
            this.album = album