mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 05:59:45 -05:00
Fix rend publishing for plugins
This commit is contained in:
@@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user