mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 14:09:51 -05:00
[smartpl] Support larger smart playlists (fixes #1521)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user