mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
remove folder banner
This commit is contained in:
+6
-3
@@ -1,9 +1,12 @@
|
||||
const baseImgUrl = "http://0.0.0.0:1971"
|
||||
|
||||
const paths = {
|
||||
api: "",
|
||||
images: {
|
||||
thumb: "http://0.0.0.0:1971/t/",
|
||||
artist: "http://0.0.0.0:1971/a/",
|
||||
playlist: "http://0.0.0.0:1971/p/"
|
||||
thumb: `${baseImgUrl}/t/`,
|
||||
artist: `${baseImgUrl}/a/`,
|
||||
playlist: `${baseImgUrl}/p/`,
|
||||
raw: `${baseImgUrl}/raw/`
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user