diff --git a/vrobbler/apps/scrobbles/views.py b/vrobbler/apps/scrobbles/views.py index 9fd7722..a4969f5 100644 --- a/vrobbler/apps/scrobbles/views.py +++ b/vrobbler/apps/scrobbles/views.py @@ -106,8 +106,6 @@ class ScrobbleableListView(ListView): def get_queryset(self): queryset = super().get_queryset() - if self.model == Mood: - return queryset user_filter = Q() if not self.request.user.is_anonymous: