mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
add "go to artist" and "go to album artist" context options
+ refactor api endpoints to point to / for production
This commit is contained in:
committed by
Mungai Njoroge
parent
c52390117e
commit
4476a8ebe0
+2
-2
@@ -10,7 +10,7 @@ export interface Track extends AlbumDisc {
|
||||
title: string;
|
||||
album?: string;
|
||||
artist: Artist[];
|
||||
albumartist: string;
|
||||
albumartist: Artist[];
|
||||
albumhash?: string;
|
||||
folder?: string;
|
||||
filepath?: string;
|
||||
@@ -70,7 +70,7 @@ export interface Artist {
|
||||
export interface Option {
|
||||
type?: string;
|
||||
label?: string;
|
||||
action: () => void;
|
||||
action?: () => void;
|
||||
children?: Option[] | false;
|
||||
icon?: string;
|
||||
critical?: Boolean;
|
||||
|
||||
Reference in New Issue
Block a user