diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-05-25 22:06:16 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-05-25 22:06:16 +0000 |
commit | 993a0a7a65f60f0d91b707b342a9367bf8afbbd9 (patch) | |
tree | 52fa645aedbf27b4c482fa91fe079160eb373518 /templates/show_artist.inc.php | |
parent | af9da5bf95d4cc93fdde6402271a957d9c0a74b3 (diff) | |
download | ampache-993a0a7a65f60f0d91b707b342a9367bf8afbbd9.tar.gz ampache-993a0a7a65f60f0d91b707b342a9367bf8afbbd9.tar.bz2 ampache-993a0a7a65f60f0d91b707b342a9367bf8afbbd9.zip |
moved the browse menu onto home, removed the browse tag from the menu, removed genre from song views will eventually be replaced by tag. Added not enough data note to the recently played
Diffstat (limited to 'templates/show_artist.inc.php')
-rw-r--r-- | templates/show_artist.inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/show_artist.inc.php b/templates/show_artist.inc.php index 02a60547..37b9ad40 100644 --- a/templates/show_artist.inc.php +++ b/templates/show_artist.inc.php @@ -48,6 +48,5 @@ if (Config::get('ratings')) { Browse::set_type('album'); Browse::set_static_content(1); Browse::save_objects($albums); - $taglist = Tag::get_many_tags('album', $object_ids); Browse::show_objects(); ?> |