Skip to content

Volume slider does not adjust volume #1

@krazos

Description

@krazos

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);
      //   }
      },
    },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions