mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-04-19 23:40:05 +00:00
added docker files for deployment
This commit is contained in:
@@ -15,8 +15,7 @@ const borderColor = ref('');
|
||||
const loginStatus = ref('Login');
|
||||
|
||||
function update() {
|
||||
var input = document.getElementById("url-input") as HTMLAudioElement;
|
||||
console.log(input.value)
|
||||
var input = document.getElementById("url-input") as HTMLInputElement;
|
||||
userStore.baseUrl = input.value;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user