add functionality to play button on artist page

This commit is contained in:
geoffrey45
2022-12-06 23:29:14 +03:00
committed by Mungai Njoroge
parent bb95011dff
commit 90dd1a1fe8
12 changed files with 145 additions and 43 deletions
+6
View File
@@ -110,6 +110,12 @@ export interface fromSearch {
query: string;
}
export interface fromArtist {
type: FromOptions.artist;
artisthash: string;
artistname: string;
}
export interface subPath {
name: string;
path: string;