summaryrefslogtreecommitdiffstats
path: root/artists.php
diff options
context:
space:
mode:
authorChris Slamar <chris@slamar.org>2011-01-24 19:25:01 -0600
committerChris Slamar <chris@slamar.org>2011-01-24 19:25:01 -0600
commit4910d13fa4623246db810347def57106dd85c9a9 (patch)
tree7b57a3c13f70572cde82bd343967dff33b331ae2 /artists.php
parentfc355baf6764ffb87b74002b3a4419a63dab34b1 (diff)
downloadampache-4910d13fa4623246db810347def57106dd85c9a9.tar.gz
ampache-4910d13fa4623246db810347def57106dd85c9a9.tar.bz2
ampache-4910d13fa4623246db810347def57106dd85c9a9.zip
Catalog Filtering Added Bug#60
Diffstat (limited to 'artists.php')
-rw-r--r--artists.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/artists.php b/artists.php
index d8fb1d91..c811e855 100644
--- a/artists.php
+++ b/artists.php
@@ -31,7 +31,7 @@ switch($_REQUEST['action']) {
case 'show':
$artist = new Artist($_REQUEST['artist']);
$artist->format();
- $object_ids = $artist->get_albums();
+ $object_ids = $artist->get_albums($_REQUEST['catalog']);
$object_type = 'album';
require_once Config::get('prefix') . '/templates/show_artist.inc.php';
if (Config::get('lastfm_api_key')) {