• Max Kellermann's avatar
    playlist: moved "repeat" and "random" value checks to command.c · e1bf9667
    Max Kellermann authored
    Client's input values should be validated by the command
    implementation, and the core libraries shouldn't talk to the client
    directly if possible.  Thus, setPlaylistRepeatStatus() and
    setPlaylistRandomStatus() don't get the file descriptor, and cannot
    fail (return void).
    e1bf9667
playlist.c 34.2 KB