refactor references to use new image server

This commit is contained in:
geoffrey45
2022-05-04 02:34:27 +03:00
parent f1548aee4b
commit 43fc33640d
11 changed files with 66 additions and 34 deletions
+3 -2
View File
@@ -1,8 +1,9 @@
const paths = {
api: "",
images: {
thumb: "http://0.0.0.0:9877/thumb/",
artist: "http://0.0.0.0:9877/artist/",
thumb: "http://0.0.0.0:9877/t/",
artist: "http://0.0.0.0:9877/a/",
playlist: "http://0.0.0.0:9877/p/"
},
};