mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
Integrate nav
- other minor refactors
This commit is contained in:
@@ -21,6 +21,7 @@ export default defineStore("album", {
|
||||
this.tracks = tracks.tracks;
|
||||
this.info = tracks.info;
|
||||
this.artists = artists;
|
||||
this.bio = null;
|
||||
},
|
||||
fetchBio(title: string, albumartist: string) {
|
||||
getAlbumBio(title, albumartist).then((bio) => {
|
||||
|
||||
Reference in New Issue
Block a user