mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
fixed reference to song's artist
This commit is contained in:
parent
1e7f1eaaf8
commit
8c7dae6a32
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@
|
|||
* Load the artist details screen.
|
||||
*/
|
||||
viewArtistDetails() {
|
||||
this.$root.loadArtist(this.song.artist);
|
||||
this.$root.loadArtist(this.song.album.artist);
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue