use album hash to resolve album page

This commit is contained in:
geoffrey45
2022-06-26 19:05:36 +03:00
parent 92ef22596b
commit 22ff52e86e
9 changed files with 36 additions and 48 deletions
+1 -1
View File
@@ -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;