mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
add functionality to play button on artist page
This commit is contained in:
committed by
Mungai Njoroge
parent
bb95011dff
commit
90dd1a1fe8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user