mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-15 16:48:22 -04:00
[web] Fix issue preventing adding tracks from the artist tracks page
This commit is contained in:
parent
adf9e8c969
commit
ea3975753d
@ -154,7 +154,10 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
play() {
|
play() {
|
||||||
webapi.player_play_uri(this.tracks_list.items.map((a) => a.uri).join(','), true)
|
webapi.player_play_uri(
|
||||||
|
this.tracks_list.items.map((a) => a.uri).join(','),
|
||||||
|
true
|
||||||
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user