Vastly improve lastfm thing

This commit is contained in:
Frankie B 2023-06-14 22:05:01 +01:00 committed by Frankie B
commit d9e3c5b179
3 changed files with 20 additions and 87 deletions

View file

@ -16,6 +16,7 @@
'lastfm' => [
'key' => env('LASTFM_KEY'),
'user' => env('LASTFM_USER')
'user' => env('LASTFM_USER'),
'toptracks' => env('LASTFM_TOP_TRACKS')
]
];