mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-14 21:31:43 +00:00
Remove unecessary mustache from podcast latest
This commit is contained in:
parent
1e7af5491c
commit
ff08d44870
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@
|
|||
</button>
|
||||
|
||||
<button v-if="!playerQueueEpisodeIdMap[episode.id] && libraryItemIdStreaming && !isStreamingFromDifferentLibrary" class="h-8 w-8 flex justify-center items-center" @click.stop="playNextBtnClick(episode)">
|
||||
<span class="material-icons-outlined text-xl">{{ 'queue_play_next' }}</span>
|
||||
<span class="material-icons-outlined text-xl">queue_play_next</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue