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

Support don't interrupt current play state when audio list updated #148

Closed
lijinke666 opened this issue Aug 28, 2020 · 4 comments
Closed

Comments

@lijinke666
Copy link
Owner

lijinke666 commented Aug 28, 2020

Description

#114

  /**
   * Don't interrupt current playing state when audio list updated
   * audioLists eg. (A) is current playing...
   * [A,B] => [A,C,B]
   * [A,B] => [A,B,C]
   *
   * if (A) not in updated audio lists
   * [A,B] => [C]
   * (C) is playing
   */

Expect Api Name

<ReactJkMusicPlayer quietUpdate/>
@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.83. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@hahatulk
Copy link

hahatulk commented Sep 5, 2020

have you already added this feature? It still reloads playing track when updating list even in your demo

@lijinke666
Copy link
Owner Author

Has been developed. waiting to be released with other features

@lijinke666
Copy link
Owner Author

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants