mirror of
https://github.com/sudoxnym/audiobookshelf-atv.git
synced 2026-05-22 05:38:23 +00:00
Fix:Hide play button for local podcast
This commit is contained in:
parent
50ee0b2265
commit
cc0b2943dd
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@
|
|||
</div>
|
||||
|
||||
<div v-if="isLocal" class="flex mt-4">
|
||||
<ui-btn color="success" :disabled="isPlaying" class="flex items-center justify-center flex-grow mr-2" :padding-x="4" @click="playClick">
|
||||
<ui-btn v-if="showPlay" color="success" :disabled="isPlaying" class="flex items-center justify-center flex-grow mr-2" :padding-x="4" @click="playClick">
|
||||
<span v-show="!isPlaying" class="material-icons">play_arrow</span>
|
||||
<span class="px-1 text-sm">{{ isPlaying ? 'Playing' : 'Play' }}</span>
|
||||
</ui-btn>
|
||||
|
|
|
|||
Loading…
Reference in a new issue