Merge branch 'master' into nefformat
[phpfspot.git] / rpc.php
diff --git a/rpc.php b/rpc.php
index f850dad42e8d61306861f85639965bfe274b0942..786bc7d56103b28e0fd44b58c43ad52d491735d5 100644 (file)
--- 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;