mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-16 00:58:18 -04:00
[web-src] Allow pausing all http streams
This commit is contained in:
parent
7794716350
commit
24d9dbdc0f
@ -19,7 +19,6 @@ export default {
|
|||||||
|
|
||||||
is_pause_allowed () {
|
is_pause_allowed () {
|
||||||
return (this.$store.getters.now_playing &&
|
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')
|
this.$store.getters.now_playing.data_kind !== 'pipe')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user