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/.*",
|
||||
&_pofn,
|
||||
NULL,
|
||||
NULL,
|
||||
_pri
|
||||
};
|
||||
|
||||
|
||||
@@ -26,6 +26,7 @@ PLUGIN_INFO _pi = {
|
||||
NULL,
|
||||
&_pefn,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user