• Max Kellermann's avatar
    PlaylistEdit: postpone UpdateQueuedSong() when adding multiple songs · 11a5ee82
    Max Kellermann authored
    Implement a "bulk" edit mode that postpones both UpdateQueuedSong()
    and OnModified().  This way, the playlist version gets incremented
    only once.  More importantly: when adding multiple songs to a queue
    that consists of only one song, the first song that got added will
    always be played next.  By postponing this choice, all newly added
    songs get a chance to become the next song.  Fixes the second (and
    last) part of Mantis ticket 0004005.
    11a5ee82
Name
Last commit
Last update
..
AllCommands.cxx Loading commit data...
AllCommands.hxx Loading commit data...
CommandError.cxx Loading commit data...
CommandError.hxx Loading commit data...
CommandListBuilder.cxx Loading commit data...
CommandListBuilder.hxx Loading commit data...
CommandResult.hxx Loading commit data...
DatabaseCommands.cxx Loading commit data...
DatabaseCommands.hxx Loading commit data...
FileCommands.cxx Loading commit data...
FileCommands.hxx Loading commit data...
MessageCommands.cxx Loading commit data...
MessageCommands.hxx Loading commit data...
OtherCommands.cxx Loading commit data...
OtherCommands.hxx Loading commit data...
OutputCommands.cxx Loading commit data...
OutputCommands.hxx Loading commit data...
PlayerCommands.cxx Loading commit data...
PlayerCommands.hxx Loading commit data...
PlaylistCommands.cxx Loading commit data...
PlaylistCommands.hxx Loading commit data...
QueueCommands.cxx Loading commit data...
QueueCommands.hxx Loading commit data...
StickerCommands.cxx Loading commit data...
StickerCommands.hxx Loading commit data...