diff options
Diffstat (limited to 'lib/batch.lib.php')
-rw-r--r-- | lib/batch.lib.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/batch.lib.php b/lib/batch.lib.php index 867956a9..6666cbb1 100644 --- a/lib/batch.lib.php +++ b/lib/batch.lib.php @@ -34,7 +34,6 @@ function get_song_files( $song_ids ) { $song = new Song( $song_id ); /* Don't archive disabled songs */ if ($song->status != 'disabled') { - $user->update_stats( $song_id ); $total_size += sprintf("%.2f",($song->size/1048576)); array_push( $song_files, $song->file ); } // if song isn't disabled |