diff --git a/vrobbler/apps/scrobbles/views.py b/vrobbler/apps/scrobbles/views.py index 3764e53..e068206 100644 --- a/vrobbler/apps/scrobbles/views.py +++ b/vrobbler/apps/scrobbles/views.py @@ -60,11 +60,11 @@ class RecentScrobbleList(ListView): data['sport_scrobble_list'] = Scrobble.objects.filter( sport_event__isnull=False, played_to_completion=True ).order_by('-timestamp')[:15] - data['top_daily_tracks'] = top_tracks() - data['top_weekly_tracks'] = top_tracks(filter='week') + # data['top_daily_tracks'] = top_tracks() + # data['top_weekly_tracks'] = top_tracks(filter='week') data['top_monthly_tracks'] = top_tracks(filter='month') - data['top_daily_artists'] = top_artists() + # data['top_daily_artists'] = top_artists() data['top_weekly_artists'] = top_artists(filter='week') data['top_monthly_artists'] = top_artists(filter='month') diff --git a/vrobbler/templates/scrobbles/scrobble_list.html b/vrobbler/templates/scrobbles/scrobble_list.html index 0cf66ed..e557911 100644 --- a/vrobbler/templates/scrobbles/scrobble_list.html +++ b/vrobbler/templates/scrobbles/scrobble_list.html @@ -36,7 +36,7 @@
| {{track.num_scrobbles}} | {{track.title}} |