summaryrefslogtreecommitdiffstats
path: root/rpc.php
diff options
context:
space:
mode:
Diffstat (limited to 'rpc.php')
-rw-r--r--rpc.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/rpc.php b/rpc.php
index 4599e11..ef1be6a 100644
--- a/rpc.php
+++ b/rpc.php
@@ -73,6 +73,11 @@ class PHPFSPOT_RPC {
$fspot->resetTags();
break;
+ case 'tagcondition':
+
+ $fspot->setTagCondition($_GET['mode']);
+ break;
+
case 'show_photo_index':
$fspot->showPhotoIndex();