This change has us checking the return value of change_track when deciding if the play call was a success or if the track is unplayable. Which ensures that the following can no longer happen: 1) play stream 2) play stream that fails change_track 3) stream 1) continues playing. Correct behavior being the next stream playing instead. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_actor.py | ||
| test_events.py | ||
| test_history.py | ||
| test_library.py | ||
| test_listener.py | ||
| test_mixer.py | ||
| test_playback.py | ||
| test_playlists.py | ||
| test_tracklist.py | ||