|
@@ -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()
|