[templates] Remove global counts from home page
This commit is contained in:
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user