forked from sonos-web/sonos-web
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Moving the volume slider does not adjust the volume. However, the volume slider does reflect the current volume level, if the volume level is changed using the Sonos app or another controller.
I am using Google Chrome 100.0.4896.127. The selected volume level is being logged to the console.
Could this be related to the following lines that are commented out in NowPlayingBar.vue?
volume: {
get() {
if (this.activeZoneGroup) {
return this.activeZoneGroup.volume;
}
return 0;
},
set(volume) {
console.log('volume set', volume);
// if (this.activeZoneGroup) {
// this.$store.commit('UPDATE_ZONE_GROUP'
// , { groupId: this.activeZoneGroupId, update: { volume } });
// groupsAPI.volume(this.activeZoneGroupId, volume);
// }
},
},
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels