Merge branch 'petitminion/funkwhale-change_start_radio_to_Play_radio' into develop
This commit is contained in:
commit
4fed82a34b
4 changed files with 4 additions and 3 deletions
|
|
@ -25,7 +25,7 @@
|
|||
<i class="play icon"></i>{{ labels.playNow }}
|
||||
</button>
|
||||
<button v-if="track" class="item basic" :disabled="!playable" @click.stop.prevent="$store.dispatch('radios/start', {type: 'similar', objectId: track.id})" :title="labels.startRadio">
|
||||
<i class="feed icon"></i><translate translate-context="*/Queue/Button.Label/Short, Verb">Start radio</translate>
|
||||
<i class="feed icon"></i><translate translate-context="*/Queue/Button.Label/Short, Verb">Play radio</translate>
|
||||
</button>
|
||||
<div class="divider"></div>
|
||||
<button v-if="filterableArtist" ref="filterArtist" data-ref="filterArtist" class="item basic" :disabled="!filterableArtist" @click.stop.prevent="filterArtist" :title="labels.hideArtist">
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<button @click="toggleRadio" :class="['ui', 'primary', {'inverted': running}, 'icon', 'labeled', 'button']">
|
||||
<i class="ui feed icon" role="button"></i>
|
||||
<template v-if="running"><translate translate-context="*/Player/Button.Label/Short, Verb">Stop radio</translate></template>
|
||||
<template v-else><translate translate-context="*/Queue/Button.Label/Short, Verb">Start radio</translate></template>
|
||||
<template v-else><translate translate-context="*/Queue/Button.Label/Short, Verb">Play radio</translate></template>
|
||||
</button>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue