FelixGail / gplaymusic

A Google Play Music API in Java
MIT License
54 stars 15 forks source link

Builder makes network call on main thread #66

Open bkhall opened 4 years ago

bkhall commented 4 years ago

This is just bad practice.

Please modify the builder to just setup the class, and provide a separate method to get the config from the remote API.