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