diff --git a/content/listory.md b/content/listory.md index af7da9a..b9d4cb3 100644 --- a/content/listory.md +++ b/content/listory.md @@ -7,7 +7,7 @@ Last Update: {{< current-day >}} The data on this page reflects my listens from Spotify. I track the data using a self-hosted instance of [Listory](https://github.com/apricote/listory). All data -is coming from the listens of the 30 days prior to the last update time. +is coming from the listens of the 180 days prior to the last update time. ## My favorite genres diff --git a/layouts/shortcodes/listory-albums.html b/layouts/shortcodes/listory-albums.html index 5147d8a..db12896 100644 --- a/layouts/shortcodes/listory-albums.html +++ b/layouts/shortcodes/listory-albums.html @@ -1,6 +1,6 @@ {{ $listoryApi := getenv "HUGO_LISTORY_HOST" }}{{ $listoryToken := getenv "HUGO_LISTORY_TOKEN" }} {{ $res := getJSON -"https://listory.apricote.de/api/v1/reports/top-albums?timePreset=last_30_days" +"https://listory.apricote.de/api/v1/reports/top-albums?timePreset=last_180_days" (dict "Authorization" (printf "Bearer %s" $listoryToken) ) }}