Vastly improve lastfm thing
This commit is contained in:
parent
1ffe9ea2b2
commit
d9e3c5b179
3 changed files with 20 additions and 87 deletions
|
@ -16,6 +16,7 @@
|
|||
|
||||
'lastfm' => [
|
||||
'key' => env('LASTFM_KEY'),
|
||||
'user' => env('LASTFM_USER')
|
||||
'user' => env('LASTFM_USER'),
|
||||
'toptracks' => env('LASTFM_TOP_TRACKS')
|
||||
]
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue