mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-24 03:27:46 -05:00
[web] Fix call to queue method
This commit is contained in:
@@ -61,7 +61,7 @@ export default {
|
||||
add() {
|
||||
this.loading = true
|
||||
queue
|
||||
.add(this.url)
|
||||
.addUri(this.url)
|
||||
.then(() => {
|
||||
this.$emit('close')
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user