diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-11-21 18:26:00 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-11-21 18:26:00 +0000 |
commit | 090d4f6899a456a535d392a93fdfddb6d2263f13 (patch) | |
tree | f895b16856a6b1e72628f90040a69426314b8351 /lib/class/xmldata.class.php | |
parent | 9ded189f8c466838c4a1913126383ee21061e102 (diff) | |
download | ampache-090d4f6899a456a535d392a93fdfddb6d2263f13.tar.gz ampache-090d4f6899a456a535d392a93fdfddb6d2263f13.tar.bz2 ampache-090d4f6899a456a535d392a93fdfddb6d2263f13.zip |
some temporary tweaks to make the whole amarok thing work, will be tweaking this as it is currently slightly insecure
Diffstat (limited to 'lib/class/xmldata.class.php')
-rw-r--r-- | lib/class/xmldata.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/xmldata.class.php b/lib/class/xmldata.class.php index ea5fb9bd..c9d49a3f 100644 --- a/lib/class/xmldata.class.php +++ b/lib/class/xmldata.class.php @@ -116,7 +116,7 @@ class xmlData { $string .= "\t<artist id=\"0\"><![CDATA[Various]]></artist>\n"; } else { - $string .= "\t<artist id=\"$album->artist\"><![CDATA[$album->artist_name]]></artist>\n"; + $string .= "\t<artist id=\"$album->artist_id\"><![CDATA[$album->artist_name]]></artist>\n"; } $string .= "\t<year>$album->year</year>\n" . |