devgianlu / go-librespot

Yet another open source Spotify client, written in Go.
GNU General Public License v3.0
52 stars 7 forks source link

Redundant warning? #7

Closed phts closed 9 months ago

phts commented 9 months ago

https://github.com/devgianlu/go-librespot/blob/6eabc83834d25325e9ef2c0a1ff1b0e546e64c40/cmd/daemon/controls.go#L198

devgianlu commented 9 months ago

The warning will be removed when shuffling context is supported. It is there so that people can understand why it's not working by looking at the logs.

phts commented 9 months ago

What exactly does not work yet? As I tried how it works, seemed it worked and shuffle was toggled

devgianlu commented 9 months ago

There's no logic to handle the shuffling, it just shows whether shuffling is enabled.