mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
use album hash to resolve album page
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ export interface Artist {
|
||||
export interface Option {
|
||||
type?: string;
|
||||
label?: string;
|
||||
action?: Function;
|
||||
action?: () => void;
|
||||
children?: Option[] | false;
|
||||
icon?: string;
|
||||
critical?: Boolean;
|
||||
|
||||
Reference in New Issue
Block a user