Leon Wee
Leon Wee
Agree with @mlh758, that seems to be the right way (using placeholder value) to prevent SQL injections, as seen on the [Go's doc](https://go.dev/doc/database/sql-injection). Something like this will do: ```go builder...
+1 True, it will be cool to have this. 🙌
I found a workaround for this issue. Steps. 1. Log in **locally** following the [suggested way](https://github.com/librespot-org/librespot-java/tree/dev/player#get-started). 2. Copy the `credentials.json` from local to VPS. 3. On **VPS**, log in using...