• Max Kellermann's avatar
    queueSong() cannot fail · 113c1c0a
    Max Kellermann authored
    All (indirect) callers of queueSong() ensure that the queue state is
    BLANK, so there is no need to check it in queueSong() again.  As a
    side effect, queueSong() cannot fail anymore, and can return void.
    Also, playlist_queueError and all its error handling can go away.
    113c1c0a
player.c 5.18 KB