Play the correct track when inserting tracks into a sorted playlist
When Playlist::Controller::insertOptioned() is told to play the track that has been inserted, it previously failed to account for the relocation of the tracks when inserted into a sorted list. The last track in the list would end up being played, rather than the first inserted track. BUG: 244595 FIXED-IN: 2.6
Showing
- src/playlist/PlaylistController.cpp 7 additions, 3 deletionssrc/playlist/PlaylistController.cpp
- src/playlist/PlaylistModel.h 1 addition, 0 deletionssrc/playlist/PlaylistModel.h
- src/playlist/proxymodels/AbstractModel.h 7 additions, 0 deletionssrc/playlist/proxymodels/AbstractModel.h
- src/playlist/proxymodels/ProxyBase.cpp 6 additions, 0 deletionssrc/playlist/proxymodels/ProxyBase.cpp
- src/playlist/proxymodels/ProxyBase.h 1 addition, 0 deletionssrc/playlist/proxymodels/ProxyBase.h
Loading
Please register or sign in to comment