From e2c85b70cae154daedbaeb774dfcaa20895e6e67 Mon Sep 17 00:00:00 2001 From: Eliot Berriot <contact@eliotberriot.com> Date: Fri, 14 Feb 2020 11:31:50 +0100 Subject: [PATCH] Fixed type --- funkwhale_network/output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funkwhale_network/output.py b/funkwhale_network/output.py index 875a242..68365eb 100644 --- a/funkwhale_network/output.py +++ b/funkwhale_network/output.py @@ -23,7 +23,7 @@ FIELDS = { "Active users (180d)": {"field": "usage_users_active_half_year"}, "Users": {"field": "usage_users_total"}, "Listenings": {"field": "usage_listenings_total"}, - "Downloads": {"field": "usage_download_total"}, + "Downloads": {"field": "usage_downloads_total"}, "Tracks": {"field": "library_tracks_total"}, "Albums": {"field": "library_albums_total"}, "Artists": {"field": "library_artists_total"}, -- GitLab