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.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/class/browse.class.php b/lib/class/browse.class.php
index 6eda41c7..c6ad958e 100644
--- a/lib/class/browse.class.php
+++ b/lib/class/browse.class.php
@@ -558,6 +558,9 @@ class Browse {
break;
case 'playlist':
switch ($field) {
+ case 'type':
+ $sql = "`playlist`.`type`";
+ break;
case 'name':
$sql = "`playlist`.`name`";
break;