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