X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=rpc.php;h=786bc7d56103b28e0fd44b58c43ad52d491735d5;hp=ad80ca5eedcf2d4f7d8a66aab20b4e2c5315b858;hb=144f16a71f7289bb891c52995061aee21e3e08f9;hpb=addc988921081fcc4571be3cc7cd2375e621fee4 diff --git a/rpc.php b/rpc.php index ad80ca5..786bc7d 100644 --- a/rpc.php +++ b/rpc.php @@ -58,6 +58,10 @@ class PHPFSPOT_RPC { } break; + case 'getxmltaglist': + print $fspot->get_xml_tag_list(); + break; + case 'show_available_tags': print $fspot->getAvailableTags(); break; @@ -110,7 +114,7 @@ class PHPFSPOT_RPC { break; case 'search': - print $fspot->startSearch($_GET['for']); + print $fspot->startSearch(); break; case 'update_sort_order':