summaryrefslogtreecommitdiffstats
path: root/browse.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-05 20:59:45 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-05 20:59:45 +0000
commitad3d2363c4c20d6b5049c8db92d08786650bd2ae (patch)
treeb72355de5d27c9560d22947efd2d43c77c3e7b9e /browse.php
parentaef507d64420f2c82359d5219e83e3e0671522b7 (diff)
downloadampache-ad3d2363c4c20d6b5049c8db92d08786650bd2ae.tar.gz
ampache-ad3d2363c4c20d6b5049c8db92d08786650bd2ae.tar.bz2
ampache-ad3d2363c4c20d6b5049c8db92d08786650bd2ae.zip
year another bump on openstrands, removed redundent files, fixed bug with config gen and started work on playlists
Diffstat (limited to 'browse.php')
-rw-r--r--browse.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/browse.php b/browse.php
index 914bd2a8..b15ab810 100644
--- a/browse.php
+++ b/browse.php
@@ -69,6 +69,11 @@ switch($_REQUEST['action']) {
case 'catalog':
break;
+ case 'playlist':
+ Browse::set_type('playlist');
+ $playlist_ids = Browse::get_objects();
+ Browse::show_objects($playlist_ids);
+ break;
default: