mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 13:09:16 +02:00
Fixed broken player track url
This commit is contained in:
parent
48bd450efb
commit
2825337860
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
<source
|
||||
@error="sourceErrored"
|
||||
v-for="src in srcs"
|
||||
src="src.url"
|
||||
:src="src.url"
|
||||
:type="src.type">
|
||||
</audio>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue