Fixed broken player track url

This commit is contained in:
Eliot Berriot 2018-02-27 23:38:31 +01:00
parent 48bd450efb
commit 2825337860
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<source
@error="sourceErrored"
v-for="src in srcs"
src="src.url"
:src="src.url"
:type="src.type">
</audio>
</template>