diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-11-10 19:05:42 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-11-10 19:05:42 +0000 |
commit | 0e26226af811a2a92c300ff28f3aa1ad47ae19f0 (patch) | |
tree | b5c083da4160cc61d0ac3aec21d9129f54f49937 /random.php | |
parent | 7114792a08c65a5429bfdf6bfaba267b9f88b019 (diff) | |
download | ampache-0e26226af811a2a92c300ff28f3aa1ad47ae19f0.tar.gz ampache-0e26226af811a2a92c300ff28f3aa1ad47ae19f0.tar.bz2 ampache-0e26226af811a2a92c300ff28f3aa1ad47ae19f0.zip |
initial work on democratic play, not finished, added drop down select for playtype switching back in, thinking about changing it and making it a row of icons... not sure
Diffstat (limited to 'random.php')
-rw-r--r-- | random.php | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -32,7 +32,6 @@ switch ($_REQUEST['action']) { foreach ($object_ids as $object_id) { $GLOBALS['user']->playlist->add_object($object_id,'song'); } - // We need to refresh the playlist case 'advanced': default: |