mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-05 02:38:09 -05:00
[smartpl] Support larger smart playlists (fixes #1521)
This commit is contained in:
parent
c849e3114a
commit
31ab97595e
@ -200,7 +200,7 @@ int smartpl_lex_parse(struct smartpl_result *result, const char *input);
|
||||
*/
|
||||
%code requires {
|
||||
struct result_part {
|
||||
char str[4096];
|
||||
char str[8192];
|
||||
int offset;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user