diff options
Diffstat (limited to 'lib/search.php')
-rw-r--r-- | lib/search.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/search.php b/lib/search.php index ed2b3cec..5ab121ba 100644 --- a/lib/search.php +++ b/lib/search.php @@ -219,7 +219,7 @@ function show_search($type,$results) { break; case 'song': default: - show_songs($results); + show_songs($results,0); break; } // end type switch |