Fix scrobbling of locations

This commit is contained in:
2023-11-24 15:41:10 +01:00
parent 49e4e9b69a
commit 880f810aa1
3 changed files with 12 additions and 14 deletions

View File

@ -6,7 +6,7 @@ from scrobbles.stats import get_scrobble_count_qs
class GeoLocationListView(generic.ListView):
model = GeoLocation
paginate_by = 200
paginate_by = 75
def get_queryset(self):
return super().get_queryset().order_by("-created")