add media queries

This commit is contained in:
geoffrey45
2022-01-22 04:15:00 +03:00
parent 06f1e53fa1
commit c9cd61df7c
17 changed files with 224 additions and 82 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ const audio = ref(new Audio()).value;
const pos = ref(0);
const playing = ref(state.is_playing);
const url = "http://127.0.0.1:8901/";
const url = "http://0.0.0.0:8901/";
const playAudio = (path) => {
const full_path = url + encodeURIComponent(path);