You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the file 'resources/lib/main_service.py' the following line sends the argument "-C 1" to the 'squeezelite' client. line 205: args = [sl_binary, "-s", self.lmsserver.host, "-a", "80", "-C", "1", "-m",
This argument is not supported by squeezelite, and should probably be removed for ARM-targets (or changed if the intention was something else?)