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 | 30f68f5c7daae4fad4e0f986c21b10a801a3988c (patch) | |
tree | 79d5d59e43087e603fcd1e71201395fa04ffa20b /config | |
parent | 5142133f16cb085d46fbfd9514ab423b684f41aa (diff) |
Vastly improve lastfm thing
Diffstat (limited to 'config')
-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') ] ]; |