diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-06-26 01:01:34 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-06-26 01:01:34 +0000 |
commit | afe2268cd18963f75516f7e0ae3320415c7f8882 (patch) | |
tree | 1bbceac24b6a252af17ccf0ff31a5fdab4e07adc /browse.php | |
parent | 30405b6c9930c5dd23c5ed30bc2276780a46ecbb (diff) | |
download | ampache-afe2268cd18963f75516f7e0ae3320415c7f8882.tar.gz ampache-afe2268cd18963f75516f7e0ae3320415c7f8882.tar.bz2 ampache-afe2268cd18963f75516f7e0ae3320415c7f8882.zip |
forgot to include genre class
Diffstat (limited to 'browse.php')
-rw-r--r-- | browse.php | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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; |