don't show player queue for ebooks

This commit is contained in:
MxMarx 2024-02-08 16:35:06 -08:00
parent f6de6a93ab
commit 0b9668dc76

View file

@ -30,7 +30,7 @@
</div>
</ui-tooltip>
<ui-tooltip v-if="playerQueueItems.length" direction="top" :text="$strings.LabelViewQueue">
<ui-tooltip v-if="playerQueueItems.length && !isBook" direction="top" :text="$strings.LabelViewQueue">
<button class="outline-none text-gray-300 mx-1 lg:mx-2 hover:text-white" @mousedown.prevent @mouseup.prevent @click.stop="$emit('showPlayerQueueItems')">
<span class="material-icons text-2.5xl sm:text-3xl">playlist_play</span>
</button>