feeluown / FeelUOwn

trying to be a robust, user-friendly and hackable music player
http://feeluown.readthedocs.io
GNU General Public License v3.0
3.53k stars 598 forks source link

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

Closed cosven closed 2 months ago

cosven commented 2 months ago

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 commented 2 months ago

Pull Request Test Coverage Report for Build 10124380890

Details


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

💛 - Coveralls