summaryrefslogtreecommitdiffstats
path: root/browse.php
diff options
context:
space:
mode:
Diffstat (limited to 'browse.php')
-rw-r--r--browse.php9
1 files changed, 5 insertions, 4 deletions
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;