From 30d5ec2c63ebcb4b131d83770aede629ebb80e69 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 17 Mar 2008 04:33:37 +0000 Subject: added some not enough data errors on the browse functions --- templates/show_albums.inc.php | 5 +++++ templates/show_artists.inc.php | 7 ++++++- templates/show_genres.inc.php | 5 +++++ templates/show_playlists.inc.php | 5 +++++ templates/show_songs.inc.php | 5 +++++ 5 files changed, 26 insertions(+), 1 deletion(-) diff --git a/templates/show_albums.inc.php b/templates/show_albums.inc.php index 3c7b316e..7c1bab45 100644 --- a/templates/show_albums.inc.php +++ b/templates/show_albums.inc.php @@ -55,6 +55,11 @@ $ajax_url = Config::get('ajax_url'); + + + + + diff --git a/templates/show_artists.inc.php b/templates/show_artists.inc.php index f2bbe8fa..a7d908a0 100644 --- a/templates/show_artists.inc.php +++ b/templates/show_artists.inc.php @@ -1,7 +1,7 @@ + + + + + diff --git a/templates/show_genres.inc.php b/templates/show_genres.inc.php index 1e60c8ba..512d1bb6 100644 --- a/templates/show_genres.inc.php +++ b/templates/show_genres.inc.php @@ -63,6 +63,11 @@ foreach ($object_ids as $genre_id) { + + + + + diff --git a/templates/show_playlists.inc.php b/templates/show_playlists.inc.php index 553d65f5..3cfa81bd 100644 --- a/templates/show_playlists.inc.php +++ b/templates/show_playlists.inc.php @@ -48,6 +48,11 @@ foreach ($object_ids as $playlist_id) { + + + + + diff --git a/templates/show_songs.inc.php b/templates/show_songs.inc.php index bbc2ab60..91ce1ce9 100644 --- a/templates/show_songs.inc.php +++ b/templates/show_songs.inc.php @@ -58,6 +58,11 @@ $ajax_url = Config::get('ajax_url'); + + + + + -- cgit