More robust audio player and queue in various situations:

- Ensure clearing the queue also stop current radio
- Will also repopulate a track from radio on track deletion in queue
- Clearing the queue then appending tracks would play automatically instead of getting stuck
This commit is contained in:
Eliot Berriot 2017-07-10 23:04:32 +02:00
parent 6172c0beac
commit f1c05d4f42
3 changed files with 42 additions and 9 deletions

View file

@ -24,7 +24,7 @@
</div>
</div>
</div>
<div class="progress-area">
<div class="progress-area" v-if="queue.currentTrack">
<div class="ui grid">
<div class="left floated four wide column">
<p class="timer start" @click="queue.audio.setTime(0)">{{queue.audio.state.currentTimeFormat}}</p>