mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 13:03:02 +00:00
fix artist and album page is_favorite reactivity
+ remove nav components for playlist and album page
This commit is contained in:
committed by
Mungai Njoroge
parent
905fff04b4
commit
4d08ebedb6
@@ -50,5 +50,11 @@ export default defineStore("artistPage", {
|
||||
this.eps = [];
|
||||
this.singles = [];
|
||||
},
|
||||
makeFavorite() {
|
||||
this.info.is_favorite = true;
|
||||
},
|
||||
removeFavorite() {
|
||||
this.info.is_favorite = false;
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user