Remove unecessary mustache from podcast latest

This commit is contained in:
Maaz Hassan 2023-12-29 12:08:59 +00:00
parent 1e7af5491c
commit ff08d44870

View file

@ -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>