mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
refactor references to use new image server
This commit is contained in:
+3
-2
@@ -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/"
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user