summaryrefslogtreecommitdiffstats
path: root/templates/show_artist.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_artist.inc.php')
-rw-r--r--templates/show_artist.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/show_artist.inc.php b/templates/show_artist.inc.php
index 9c598c08..720e36b5 100644
--- a/templates/show_artist.inc.php
+++ b/templates/show_artist.inc.php
@@ -26,7 +26,9 @@ require Config::get('prefix') . '/templates/show_artist_box.inc.php';
?>
<div id="browse_content">
<?php
+ Browse::reset_filters();
Browse::set_type('album');
+ Browse::set_static_content(1);
Browse::save_objects($albums);
Browse::show_objects($albums);
?>