mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
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:
committed by
Mungai Njoroge
parent
da852e72f3
commit
4a49d48011
+4
-1
@@ -44,6 +44,9 @@ const paths = {
|
||||
get albumbio() {
|
||||
return this.album + "/bio";
|
||||
},
|
||||
get albumsByArtistUrl(){
|
||||
return this.album + "/from-artist"
|
||||
},
|
||||
folder: baseApiUrl + "/folder",
|
||||
playlist: {
|
||||
base: baseApiUrl + "/playlist",
|
||||
@@ -85,4 +88,4 @@ const paths = {
|
||||
},
|
||||
};
|
||||
|
||||
export { paths, toggleMode };
|
||||
export { paths, toggleMode };
|
||||
|
||||
Reference in New Issue
Block a user