mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-26 12:36:15 -05:00
Allow comments
This commit is contained in:
@@ -40,6 +40,7 @@ qstring \"[^\"\n]*[\"\n]
|
||||
%%
|
||||
|
||||
[\n\t ]+
|
||||
\#.*\n
|
||||
|
||||
artist { yylval.ival=ARTIST; return(ARTIST); }
|
||||
album { yylval.ival=ALBUM; return(ALBUM); }
|
||||
|
||||
Reference in New Issue
Block a user