Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix custom Video/Audio switcher in Plugins menu #3174

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Likhithsai2580
Copy link

@Likhithsai2580 Likhithsai2580 commented Apr 1, 2025

Related to #3167

Update setVideoState function and switchButtonDiv event listener to handle transition back to audio mode.

  • Update setVideoState function
    • Correctly handle the transition back to audio mode.
    • Update the hideVideo property in the plugin configuration.
    • Use this.config instead of config to set options and update checkbox state.

For more details, open the Copilot Workspace session.

Related to th-ch#3167

Update `setVideoState` function and `switchButtonDiv` event listener to handle transition back to audio mode.

* **Update `setVideoState` function**
  - Correctly handle the transition back to audio mode.
  - Update the `hideVideo` property in the plugin configuration.
  - Use `this.config` instead of `config` to set options and update checkbox state.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/th-ch/youtube-music/issues/3167?shareId=XXXX-XXXX-XXXX-XXXX).
@JellyBrick JellyBrick requested a review from Copilot April 1, 2025 13:56
@JellyBrick JellyBrick added the enhancement New feature or request label Apr 1, 2025
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR addresses the custom Video/Audio switcher behavior by ensuring the plugin configuration is updated using the correct reference.

  • Update setVideoState to toggle the hideVideo property using this.config.
  • Update plugin options and checkbox state to refer to this.config instead of a local config variable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
2 participants