mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 15:45:56 -05:00
Fix rend publishing for plugins
This commit is contained in:
parent
cfaceb8d94
commit
6f281d4cfb
@ -40,6 +40,7 @@ PLUGIN_INFO _pi = {
|
|||||||
"/rsp/.*",
|
"/rsp/.*",
|
||||||
&_pofn,
|
&_pofn,
|
||||||
NULL,
|
NULL,
|
||||||
|
NULL,
|
||||||
_pri
|
_pri
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -26,6 +26,7 @@ PLUGIN_INFO _pi = {
|
|||||||
NULL,
|
NULL,
|
||||||
&_pefn,
|
&_pefn,
|
||||||
NULL,
|
NULL,
|
||||||
|
NULL,
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user