mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 22:10:15 -05:00
[web] Set default values for uri and position to play a track
This commit is contained in:
@@ -44,8 +44,6 @@
|
||||
v-for="track in tracks.items"
|
||||
:key="track.id"
|
||||
:item="track"
|
||||
:position="0"
|
||||
:context_uri="track.uri"
|
||||
/>
|
||||
<VueEternalLoading v-if="query.type === 'track'" :load="search_next">
|
||||
<template #loading>
|
||||
|
||||
Reference in New Issue
Block a user