summaryrefslogtreecommitdiffstats
path: root/lib/class/catalog.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-02-09 07:02:23 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-02-09 07:02:23 +0000
commit6fdd9ac8d2ebe14bf743c543825914ab3f04d656 (patch)
treefcaf8c386b8e85e2fdb97b149f85f2870a1f1e86 /lib/class/catalog.class.php
parentf4bd8ffecab6a060252c93379b3c6b1763ab6392 (diff)
downloadampache-6fdd9ac8d2ebe14bf743c543825914ab3f04d656.tar.gz
ampache-6fdd9ac8d2ebe14bf743c543825914ab3f04d656.tar.bz2
ampache-6fdd9ac8d2ebe14bf743c543825914ab3f04d656.zip
fix to user auth with xml-api (Thx purdyk) and fix update all not resetting album art cache
Diffstat (limited to 'lib/class/catalog.class.php')
-rw-r--r--lib/class/catalog.class.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/class/catalog.class.php b/lib/class/catalog.class.php
index b19a77d6..4c11abf8 100644
--- a/lib/class/catalog.class.php
+++ b/lib/class/catalog.class.php
@@ -665,6 +665,8 @@ class Catalog {
echo "\n</script>\n";
flush();
+ self::$_art_albums = array();
+
} // get_album_art
/**