From 30f68f5c7daae4fad4e0f986c21b10a801a3988c Mon Sep 17 00:00:00 2001 From: Frankie B Date: Wed, 14 Jun 2023 22:05:01 +0100 Subject: Vastly improve lastfm thing --- config/services.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/services.php b/config/services.php index 8407709..0acb16e 100644 --- a/config/services.php +++ b/config/services.php @@ -16,6 +16,7 @@ return [ 'lastfm' => [ 'key' => env('LASTFM_KEY'), - 'user' => env('LASTFM_USER') + 'user' => env('LASTFM_USER'), + 'toptracks' => env('LASTFM_TOP_TRACKS') ] ]; -- cgit v1.2.3-54-g00ecf