diff --git a/vrobbler/apps/scrobbles/views.py b/vrobbler/apps/scrobbles/views.py index 40d519d..1b005d1 100644 --- a/vrobbler/apps/scrobbles/views.py +++ b/vrobbler/apps/scrobbles/views.py @@ -201,7 +201,7 @@ class RecentScrobbleList(ListView): processed_finished__isnull=True, user=self.request.user, ) - data["counts"] = scrobble_counts(user) + data["counts"] = [] #scrobble_counts(user) else: data["weekly_data"] = week_of_scrobbles() data["counts"] = scrobble_counts()