Bug Fixes
- RESEND_API_KEY no longer crashes the app — Email notifications are now fully optional. The app will silently skip sending emails when the API key is not configured, instead of crashing at startup.
- Spotify redirect URI requires explicit port — Updated all documentation and defaults to use
http://127.0.0.1:80/callback(with:80), as Spotify's dashboard requires the port to be specified.
Documentation
- Clarified that Spotify only allows
http://for127.0.0.1— LAN IPs (e.g.192.168.x.x) and custom domains require HTTPS. - Updated redirect URI guidance across README, AiO docs, Manual Setup, Install page, docker-compose defaults, and .env examples.