summaryrefslogtreecommitdiffstats
path: root/lib/class/browse.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class/browse.class.php')
-rw-r--r--lib/class/browse.class.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/class/browse.class.php b/lib/class/browse.class.php
index 58fabccf..2cb2759e 100644
--- a/lib/class/browse.class.php
+++ b/lib/class/browse.class.php
@@ -233,8 +233,8 @@ class Browse {
case 'artist':
$valid_array = array('name');
break;
- case 'genre':
- $valid_array = array('name');
+ case 'tag':
+ $valid_array = array('tag');
break;
case 'album':
$valid_array = array('name','year');