Merge pull request #1200 from springsunx/patch-1

Update _id.vue
This commit is contained in:
advplyr 2022-11-22 04:33:56 -06:00 committed by GitHub
commit 9e416d02bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
<div class="flex-grow" />
<ui-btn v-if="showPlayButton" :disabled="streaming" color="success" :padding-x="4" small class="flex items-center h-9 mr-2" @click="clickPlay">
<span v-show="!streaming" class="material-icon text-2xl -ml-2 pr-1 text-white">play_arrow</span>
<span v-show="!streaming" class="material-icons text-2xl -ml-2 pr-1 text-white">play_arrow</span>
{{ streaming ? $strings.ButtonPlaying : $strings.ButtonPlay }}
</ui-btn>
@ -165,4 +165,4 @@ export default {
mounted() {},
beforeDestroy() {}
}
</script>
</script>