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 scrobble not working when play a playlist #3752

Merged
merged 1 commit into from
May 25, 2023

Commits on May 25, 2023

  1. Update timer.ts

    Since there is a replayDetectionTimer, So when the song played end, it would be set to replay, and call the `pause()` method.
    So that `this.pausedOn` will not be null.
    Then will play the next song on the playlist, and call the `start()` method.
    However, when `update()` called, `this.pausedOn == null` is false, so `this.setTrigger` is not called. This make the 2nd and the rest in the playlist would NOT be scrobbled.
    youthlin committed May 25, 2023
    Configuration menu
    Copy the full SHA
    9bc7e67 View commit details
    Browse the repository at this point in the history