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:
@@ -40,7 +40,7 @@ const props = defineProps<{
|
||||
/**
|
||||
* Called when the bottom container is raised.
|
||||
*/
|
||||
bottomRaisedCallback?: (routeparams?: RouteParams) => void;
|
||||
bottomRaisedCallback?: (routeparams: RouteParams) => void;
|
||||
}>();
|
||||
|
||||
let elem: HTMLElement;
|
||||
|
||||
Reference in New Issue
Block a user