• Max Kellermann's avatar
    playlist: added is_valid_playlist_name() · dc353eca
    Max Kellermann authored
    The function valid_playlist_name() checks the name, but it insists on
    reporting an eventual error to the client.  The new function
    is_valid_playlist_name() is more generic: it just returns a boolean,
    and does not care what the caller will use it for.  The old function
    valid_playlist_name() will be removed later.
    dc353eca
playlist.c 34.5 KB