summaryrefslogtreecommitdiffstats
path: root/lib/class/user.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-05-26 20:20:40 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-05-26 20:20:40 +0000
commitfdc509c5c4e2e2256585889ccf0a11a1712f1316 (patch)
tree7b21d72565d72809f1bea66f4172c5e5f2f8ae1a /lib/class/user.class.php
parent2571a7f2d0d1f2923c16c352ec6b3359ec44325b (diff)
downloadampache-fdc509c5c4e2e2256585889ccf0a11a1712f1316.tar.gz
ampache-fdc509c5c4e2e2256585889ccf0a11a1712f1316.tar.bz2
ampache-fdc509c5c4e2e2256585889ccf0a11a1712f1316.zip
do not try to insert genre stats those are a thing of the past
Diffstat (limited to 'lib/class/user.class.php')
-rw-r--r--lib/class/user.class.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/class/user.class.php b/lib/class/user.class.php
index ef40a58f..2cdcf251 100644
--- a/lib/class/user.class.php
+++ b/lib/class/user.class.php
@@ -542,7 +542,6 @@ class User extends database_object {
Stats::insert('song',$song_id,$user);
Stats::insert('album',$song_info->album,$user);
Stats::insert('artist',$song_info->artist,$user);
- Stats::insert('genre',$song_info->genre,$user);
} // update_stats