fixed reference to song's artist

This commit is contained in:
alex-phillips 2016-03-19 13:45:23 -04:00
parent 1e7f1eaaf8
commit 8c7dae6a32

View file

@ -89,7 +89,7 @@
* Load the artist details screen.
*/
viewArtistDetails() {
this.$root.loadArtist(this.song.artist);
this.$root.loadArtist(this.song.album.artist);
},
},
};