Giovanni Salinas

Results 4 comments of Giovanni Salinas

Hi @badaix! I just created a [pull request](https://github.com/badaix/snapdroid/pull/59) that implements this feature, please have a look. Thanks!

Hi @badaix Thanks for taking the time to include this changes! I've been using snapcast on for a while now and I think is great, hopefully these changes help it...

I believe this issue has been fixed on this PR: https://github.com/librespot-org/librespot-java/pull/1097

Add the depencency to your `build.gradle` like so: ```groovy implementation('xyz.gianlu.librespot:librespot-player:1.6.5:thin') { exclude group: 'xyz.gianlu.librespot', module: 'librespot-sink' exclude group: 'com.lmax', module: 'disruptor' exclude group: 'org.apache.logging.log4j' } ``` Reference: https://github.com/devgianlu/librespot-android/blob/78602aeb2ea174b1e074e5ea3c378143144d51da/app/build.gradle#L48