Skip to content
Snippets Groups Projects
Verified Commit e2c85b70 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed type

parent 45f3c88d
Branches
Tags
No related merge requests found
...@@ -23,7 +23,7 @@ FIELDS = { ...@@ -23,7 +23,7 @@ FIELDS = {
"Active users (180d)": {"field": "usage_users_active_half_year"}, "Active users (180d)": {"field": "usage_users_active_half_year"},
"Users": {"field": "usage_users_total"}, "Users": {"field": "usage_users_total"},
"Listenings": {"field": "usage_listenings_total"}, "Listenings": {"field": "usage_listenings_total"},
"Downloads": {"field": "usage_download_total"}, "Downloads": {"field": "usage_downloads_total"},
"Tracks": {"field": "library_tracks_total"}, "Tracks": {"field": "library_tracks_total"},
"Albums": {"field": "library_albums_total"}, "Albums": {"field": "library_albums_total"},
"Artists": {"field": "library_artists_total"}, "Artists": {"field": "library_artists_total"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment