mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
change server port to localhost 1970
+ change img server to localhost 1971 + add loading = lazy to images
This commit is contained in:
+3
-3
@@ -1,9 +1,9 @@
|
||||
const paths = {
|
||||
api: "",
|
||||
images: {
|
||||
thumb: "http://0.0.0.0:9877/t/",
|
||||
artist: "http://0.0.0.0:9877/a/",
|
||||
playlist: "http://0.0.0.0:9877/p/"
|
||||
thumb: "http://0.0.0.0:1971/t/",
|
||||
artist: "http://0.0.0.0:1971/a/",
|
||||
playlist: "http://0.0.0.0:1971/p/"
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user