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

player: fix next_song when the following songs are bad #858

Merged
merged 1 commit into from
Jul 28, 2024

Conversation

cosven
Copy link
Member

@cosven cosven commented Jul 27, 2024

Before, next_song returns no song when the following songs are bad. For example, the playlist has [valid_song1, valid_song2, bad_song1, bad_song2] and the current song is valid_song2. At the this time, next_song return None before. After this PR, next_song returns valid_song1.

Before, next_song returns no song when the following songs are bad.
For example, the playlist has [valid_song1, valid_song2, bad_song1, bad_song2]
and the current song is valid_song2. At the this time, next_song
return None before. After this PR, next_song returns valid_song1.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 10124380890

Details

  • 8 of 8 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.01%) to 55.118%

Totals Coverage Status
Change from base Build 10121493750: 0.01%
Covered Lines: 9870
Relevant Lines: 17907

💛 - Coveralls

@cosven cosven merged commit 1eafc38 into feeluown:master Jul 28, 2024
9 checks passed
@cosven cosven deleted the fix-next-song branch July 28, 2024 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants