From 949d7bb12fe9de9ccf3d2958bccde4354ab04d9b Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 11 Feb 2007 06:13:21 +0000 Subject: * Fixed xmlrpc, hopefully * Added min count filter to browse by artist * Fixed ratings to show yours, not average if rated * other misc fixes --- lib/xmlrpc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/xmlrpc.php') diff --git a/lib/xmlrpc.php b/lib/xmlrpc.php index 8e016f60..a0c3d2b8 100644 --- a/lib/xmlrpc.php +++ b/lib/xmlrpc.php @@ -1,13 +1,12 @@ id); + $song->fill_ext_info(); $song->album = $song->get_album_name(); $song->artist = $song->get_artist_name(); $song->genre = $song->get_genre_name(); -- cgit