Add support for artist group request (experimental)

The purpose of this is mainly to support Hyperfine Remote for Android
This commit is contained in:
ejurgensen
2013-08-29 22:00:37 +02:00
parent 799fe9e684
commit 95fc525beb
6 changed files with 81 additions and 25 deletions

View File

@@ -41,7 +41,7 @@ QUOTE : '\'';
LPAR : '(';
RPAR : ')';
OPAND : '+';
OPAND : '+' | ' ';
OPOR : ',';
NEWLINE : '\r'? '\n';