Commit 38e6c0ad authored by Max Kellermann's avatar Max Kellermann

DatabaseCommands: clarify compatibility comment

parent 7ecf4ad5
......@@ -184,9 +184,9 @@ handle_list(Client &client, int argc, char *argv[])
return CommandResult::ERROR;
}
/* for compatibility with < 0.12.0 */
SongFilter *filter;
if (argc == 3) {
/* for compatibility with < 0.12.0 */
if (tagType != TAG_ALBUM) {
command_error(client, ACK_ERROR_ARG,
"should be \"%s\" for 3 arguments",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment