diff --git a/web-src/src/components/PlayerButtonPlayPause.vue b/web-src/src/components/PlayerButtonPlayPause.vue index f0937f7d..10412f26 100644 --- a/web-src/src/components/PlayerButtonPlayPause.vue +++ b/web-src/src/components/PlayerButtonPlayPause.vue @@ -19,7 +19,6 @@ export default { is_pause_allowed () { return (this.$store.getters.now_playing && - !(this.$store.getters.now_playing.data_kind === 'url' && this.$store.state.player.item_length_ms <= 0) && this.$store.getters.now_playing.data_kind !== 'pipe') } },