summaryrefslogtreecommitdiffstats
path: root/browse.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-26 01:01:34 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-26 01:01:34 +0000
commitafe2268cd18963f75516f7e0ae3320415c7f8882 (patch)
tree1bbceac24b6a252af17ccf0ff31a5fdab4e07adc /browse.php
parent30405b6c9930c5dd23c5ed30bc2276780a46ecbb (diff)
downloadampache-afe2268cd18963f75516f7e0ae3320415c7f8882.tar.gz
ampache-afe2268cd18963f75516f7e0ae3320415c7f8882.tar.bz2
ampache-afe2268cd18963f75516f7e0ae3320415c7f8882.zip
forgot to include genre class
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;