8000 SoundCloud player loads twice and custom option 'color' is wrongly typed · Issue #1928 · cookpete/react-player · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
SoundCloud player loads twice and custom option 'color' is wrongly typed #1928
Open
@vincentwinkel

Description

@vincentwinkel
  1. Go to the demo page: https://cookpete.com/react-player/
  2. Open the inspector
  3. Play a SoundCloud song (Test A or Test B)
  4. A first call is made, without option in the URL -> canceled
  5. A second call is made -> seems ok

Now, I follow the doc and add custom options, as follow:

config={{
  soundcloud: {
    options: {
      color: '00ff00',
      // ...

The URL contains now &color=true instead of &color=00ff00.

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

      0