mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-24 13:13:17 -05:00
Fix init error
This commit is contained in:
parent
3927aa41a2
commit
6ab0019817
@ -27,7 +27,7 @@
|
||||
#include "parser.h"
|
||||
|
||||
/* Globals */
|
||||
SMART_PLAYLIST pl_smart = { NULL, NULL, NULL };
|
||||
SMART_PLAYLIST pl_smart = { NULL, 0, NULL, NULL };
|
||||
int pl_error=0;
|
||||
|
||||
/* Forwards */
|
||||
|
Loading…
x
Reference in New Issue
Block a user