summaryrefslogtreecommitdiffstats
path: root/browse.php
diff options
context:
space:
mode:
Diffstat (limited to 'browse.php')
-rw-r--r--browse.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/browse.php b/browse.php
index 71d4fe2f..6309e2f6 100644
--- a/browse.php
+++ b/browse.php
@@ -138,7 +138,7 @@ switch($action) {
if ($view->base_sql) {
$songs = $song->get_songs($view->sql);
- show_songs($songs);
+ show_songs($songs,0,0);
}
break;
case 'catalog':