feat: 🚧 Starting working on roomID

This commit is contained in:
2024-06-30 22:55:01 +02:00
parent 132d4ba4b5
commit 5907f5f786
4 changed files with 24 additions and 14 deletions

View File

@ -16,7 +16,7 @@
icon: "{{ type }}",
confirmButtonText: "Add another track",
}).then(function() {
window.location = "/";
window.location = "/search/{{ roomid }}";
})
</script>