[smartpl] Support larger smart playlists (fixes #1521)

This commit is contained in:
ejurgensen 2022-08-08 17:42:54 +02:00
parent c849e3114a
commit 31ab97595e
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};