diff options
author | Frankie B <git@diskfloppy.me> | 2023-06-14 22:05:01 +0100 |
---|---|---|
committer | Frankie B <frankieraybrown@gmail.com> | 2023-06-14 22:15:44 +0100 |
commit | d9e3c5b179bc521eab7f54985293433e2606a1fe (patch) | |
tree | 79d5d59e43087e603fcd1e71201395fa04ffa20b /config/services.php | |
parent | 1ffe9ea2b2bc93109dfc95b918b6d56db46c97f8 (diff) |
Vastly improve lastfm thing
Diffstat (limited to 'config/services.php')
-rw-r--r-- | config/services.php | 3 |
1 files changed, 2 insertions, 1 deletions
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') ] ]; |