mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
add experimental remove from queue action
+ show albumartist on TrackItem if artists == "" + add action to reset playlist page artists to prevent content flashes + remove use of defaultTrackItem
This commit is contained in:
@@ -53,6 +53,7 @@ export default defineStore("context-menu", {
|
||||
hideContextMenu() {
|
||||
this.visible = false;
|
||||
this.src = null;
|
||||
this.options = [];
|
||||
},
|
||||
hasManyChildren() {
|
||||
let result = false;
|
||||
|
||||
Reference in New Issue
Block a user