summaryrefslogtreecommitdiffstats
path: root/lib/class/api.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-03-01 23:59:07 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-03-01 23:59:07 +0000
commitace25154eb8ed90c557821edceacca097ccc0437 (patch)
treec880fbdadb140471117284dfc31b7a39f76b25f3 /lib/class/api.class.php
parentabc6eac0e3a28317f8114f78016cfb2b4753003d (diff)
downloadampache-ace25154eb8ed90c557821edceacca097ccc0437.tar.gz
ampache-ace25154eb8ed90c557821edceacca097ccc0437.tar.bz2
ampache-ace25154eb8ed90c557821edceacca097ccc0437.zip
do not overlap filters
Diffstat (limited to 'lib/class/api.class.php')
-rw-r--r--lib/class/api.class.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/class/api.class.php b/lib/class/api.class.php
index 4685351b..f5c4bd42 100644
--- a/lib/class/api.class.php
+++ b/lib/class/api.class.php
@@ -63,6 +63,9 @@ class Api {
case 'alpha_match':
Browse::set_filter('alpha_match',$value);
break;
+ case 'exact_match':
+ Browse::set_filter('exact_match',$value);
+ break;
default:
// Rien a faire
break;