diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-22 05:36:07 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-22 05:36:07 +0000 |
commit | df348122a7092a24a4ae5c04cf0b5b85bd750ae0 (patch) | |
tree | 79204441a824bafe239a5e8e8de596b87c0aa999 /lib/class/user.class.php | |
parent | 696f35b5a3e148282c452810ac2b294a68b074e0 (diff) | |
download | ampache-df348122a7092a24a4ae5c04cf0b5b85bd750ae0.tar.gz ampache-df348122a7092a24a4ae5c04cf0b5b85bd750ae0.tar.bz2 ampache-df348122a7092a24a4ae5c04cf0b5b85bd750ae0.zip |
added the initial playlist view page, fixed the artist name on albums of the moment
Diffstat (limited to 'lib/class/user.class.php')
-rw-r--r-- | lib/class/user.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/user.class.php b/lib/class/user.class.php index ca74badf..9ecc247a 100644 --- a/lib/class/user.class.php +++ b/lib/class/user.class.php @@ -568,7 +568,7 @@ class User { $last_song = new Song($data['object_id']); if ($data['date']+($song_info->time/2) >= time()) { debug_event('Stats','Not collecting stats less then 50% of song has elapsed','3'); - return false; + return false; } // Check if lastfm is loaded, if so run the update |