mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 22:38:26 +02:00
Fix #585: Now start radios immediatly, skipping any existing tracks in queue
This commit is contained in:
parent
7a5a7208bf
commit
5c8aff20ed
4 changed files with 13 additions and 4 deletions
|
@ -14,7 +14,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="extra content">
|
||||
<user-link :user="radio.user" class="left floated" />
|
||||
<user-link v-if="radio.user" :user="radio.user" class="left floated" />
|
||||
<radio-button class="right floated button" :type="type" :custom-radio-id="customRadioId"></radio-button>
|
||||
<router-link
|
||||
class="ui basic yellow button right floated"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue