summaryrefslogtreecommitdiffstats
path: root/browse.php
diff options
context:
space:
mode:
Diffstat (limited to 'browse.php')
-rw-r--r--browse.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/browse.php b/browse.php
index 91f6e30a..62f4cdfd 100644
--- a/browse.php
+++ b/browse.php
@@ -55,6 +55,7 @@ switch ($_REQUEST['action']) {
case 'album':
case 'artist':
case 'playlist':
+ case 'smartplaylist':
case 'live_stream':
case 'video':
case 'song':
@@ -108,6 +109,11 @@ switch($_REQUEST['action']) {
$browse->set_filter('playlist_type','1');
$browse->show_objects();
break;
+ case 'smartplaylist':
+ $browse->set_sort('type', 'ASC');
+ $browse->set_filter('playlist_type','1');
+ $browse->show_objects();
+ break;
case 'video':
$browse->set_sort('title','ASC');
$browse->show_objects();