diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-05 20:59:45 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-05 20:59:45 +0000 |
commit | ad3d2363c4c20d6b5049c8db92d08786650bd2ae (patch) | |
tree | b72355de5d27c9560d22947efd2d43c77c3e7b9e /browse.php | |
parent | aef507d64420f2c82359d5219e83e3e0671522b7 (diff) | |
download | ampache-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.php | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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: |