show albums from artist at the bottom of album page

+ add a testing genres strip in album page
+ misc refactors
This commit is contained in:
geoffrey45
2022-11-24 12:01:39 +03:00
committed by Mungai Njoroge
parent da852e72f3
commit 4a49d48011
14 changed files with 211 additions and 24 deletions
+2 -2
View File
@@ -43,7 +43,7 @@ export interface AlbumInfo {
date: string;
image: string;
artistimg: string;
hash: string;
albumhash: string;
colors: string[];
copyright?: string;
@@ -91,7 +91,7 @@ export interface fromFolder {
export interface fromAlbum {
type: FromOptions.album;
name: string;
hash: string;
albumhash: string;
albumartist: string;
}
export interface fromPlaylist {