[web] Fix call to queue method

This commit is contained in:
Alain Nussbaumer
2025-05-17 09:21:03 +02:00
parent c2460d2f5f
commit 3b336657d4
2 changed files with 8 additions and 8 deletions

View File

@@ -61,7 +61,7 @@ export default {
add() {
this.loading = true
queue
.add(this.url)
.addUri(this.url)
.then(() => {
this.$emit('close')
})