From afe2268cd18963f75516f7e0ae3320415c7f8882 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 26 Jun 2005 01:01:34 +0000 Subject: forgot to include genre class --- browse.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'browse.php') diff --git a/browse.php b/browse.php index d4485fa8..874cd319 100644 --- a/browse.php +++ b/browse.php @@ -50,15 +50,16 @@ switch($action) { break; case 'catalog': + break; /* Throw recently added, updated here */ default: - /* Show Most Popular artist/album/songs */ - show_all_popular(); + /* Show Most Popular artist/album/songs */ + show_all_popular(); - /* Show Recent Additions */ - show_all_recent(); + /* Show Recent Additions */ + show_all_recent(); break; -- cgit