summaryrefslogtreecommitdiffstats
path: root/browse.php
diff options
context:
space:
mode:
Diffstat (limited to 'browse.php')
-rw-r--r--browse.php13
1 files changed, 1 insertions, 12 deletions
diff --git a/browse.php b/browse.php
index d3602c94..61981358 100644
--- a/browse.php
+++ b/browse.php
@@ -105,6 +105,7 @@ switch($action) {
}
break;
+ default:
case 'song_title':
/* Create the Needed Object */
$song = new Song();
@@ -144,18 +145,6 @@ switch($action) {
case 'catalog':
break;
- /* Throw recently added, updated here */
- default:
- show_box_top();
- /* Show Most Popular artist/album/songs */
- show_all_popular();
-
- /* Show Recent Additions */
- show_all_recent();
- show_box_bottom();
-
- break;
-
} // end Switch $action
/* Show the Footer */