remove folder banner

This commit is contained in:
geoffrey45
2022-09-12 21:37:44 +03:00
parent f5b6791d4b
commit 69b8b17e84
8 changed files with 24 additions and 99 deletions
+6 -3
View File
@@ -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/`
},
};