Update AudioPlayer.svelte

In Tutorial 17 (a.  svelte compiler is issuing a warning 'Media elements must have a <track kind="captions">' child element.

![Screen Shot 2021-04-01 at 16 08 59](https://user-images.githubusercontent.com/144485/113248262-4a452900-9308-11eb-873f-dffe216cc919.png)

I havent set up an environment to do testing.  Sorry.  Of course your chosen remedy would need to be applied to both the 
* app-a and, 
* app-b
Thanks
pull/6157/head
Mark A Shuttleworth 5 years ago committed by GitHub
parent 26d006591d
commit 20cc6f1670
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,5 +29,7 @@
on:play={stopOthers} on:play={stopOthers}
controls controls
{src} {src}
></audio> >
<track kind="captions"/>
</audio>
</article> </article>
Loading…
Cancel
Save