Fixed broken player track url
This commit is contained in:
parent
48bd450efb
commit
2825337860
|
@ -10,7 +10,7 @@
|
||||||
<source
|
<source
|
||||||
@error="sourceErrored"
|
@error="sourceErrored"
|
||||||
v-for="src in srcs"
|
v-for="src in srcs"
|
||||||
src="src.url"
|
:src="src.url"
|
||||||
:type="src.type">
|
:type="src.type">
|
||||||
</audio>
|
</audio>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue