diff --git a/web-src/src/webapi/index.js b/web-src/src/webapi/index.js index eac00331..09c2aeee 100644 --- a/web-src/src/webapi/index.js +++ b/web-src/src/webapi/index.js @@ -57,7 +57,7 @@ export default { return axios.get('/api/player') }, - player_play_uri (uris, shuffle, position = 0) { + player_play_uri (uris, shuffle, position = undefined) { return this.queue_clear().then(() => this.player_shuffle(shuffle).then(() => this.queue_add(uris).then(() =>