Update last/current track display

This commit is contained in:
floppydiskette 2024-12-25 22:41:17 +00:00
commit 6c126bc20f
4 changed files with 13 additions and 4 deletions

View file

@ -5,7 +5,7 @@
return [
'name' => env('APP_NAME', 'diskfloppy.me'),
'version' => '2024.12.21',
'version' => '2024.12.25',
'env' => env('APP_ENV', 'production'),
'debug' => (bool) env('APP_DEBUG', false),
'url' => env('APP_URL', 'http://localhost'),