DatabaseCommands: clarify compatibility comment

This commit is contained in:
Max Kellermann 2014-04-24 08:10:56 +02:00
parent 7ecf4ad54d
commit 38e6c0ad3f
1 changed files with 1 additions and 1 deletions

View File

@ -184,9 +184,9 @@ handle_list(Client &client, int argc, char *argv[])
return CommandResult::ERROR; return CommandResult::ERROR;
} }
/* for compatibility with < 0.12.0 */
SongFilter *filter; SongFilter *filter;
if (argc == 3) { if (argc == 3) {
/* for compatibility with < 0.12.0 */
if (tagType != TAG_ALBUM) { if (tagType != TAG_ALBUM) {
command_error(client, ACK_ERROR_ARG, command_error(client, ACK_ERROR_ARG,
"should be \"%s\" for 3 arguments", "should be \"%s\" for 3 arguments",