aboutsummaryrefslogtreecommitdiff
path: root/config/services.php
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-06-14 22:05:01 +0100
committerFrankie B <frankieraybrown@gmail.com>2023-06-14 22:15:44 +0100
commit30f68f5c7daae4fad4e0f986c21b10a801a3988c (patch)
tree79d5d59e43087e603fcd1e71201395fa04ffa20b /config/services.php
parent5142133f16cb085d46fbfd9514ab423b684f41aa (diff)
Vastly improve lastfm thing
Diffstat (limited to 'config/services.php')
-rw-r--r--config/services.php3
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')
]
];