1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 19:41:55 +02:00

fix url to song, and throw some non-working tag cloud crap in

This commit is contained in:
Karl 'vollmerk' Vollmer 2009-05-19 22:47:49 +00:00
parent 0a506696ac
commit 02f8bb52fd
9 changed files with 56 additions and 9 deletions

View file

@ -35,6 +35,17 @@ switch ($_REQUEST['action']) {
$tag = new Tag($_REQUEST['tag_id']);
$tag->remove_map($_REQUEST['type'],$_REQUEST['object_id']);
break;
case 'browse_type':
Browse::set_type('tag');
Browse::set_filter('object_type',$_REQUEST['type'])
break;
case 'add_filter':
// Set browse method
Browse::set_type('tag');
// Retrive current objects of type based on combined filters
break;
default:
$results['rfc3514'] = '0x1';
break;