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
rather be ... if (abs($fade) > 1 || $client->model =~ /baby|fab4/) { ...
Otherwise the comment # for long fades do standard behavior so that sleep/alarm work
does not make any sense (at least) to me: squeezelite usually has no internal alarm function.
The issue would also explain why I am getting fade on mute and unmute with squeezelite...
The text was updated successfully, but these errors were encountered:
Hej there,
I am trying to get some proper Mute Info into Squeezelite and found something possibly wrong in Slim/Player/SqueezePlay.pm.
Shouldn't the regexp in that line: https://github.com/Logitech/slimserver/blob/a063401fe91bc81889f3ca2524f1ce6ab349879c/Slim/Player/SqueezePlay.pm#L250
... if (abs($fade) > 1 || $client->model !~ /baby|fab4/) { ...
rather be
... if (abs($fade) > 1 || $client->model =~ /baby|fab4/) { ...
Otherwise the comment
# for long fades do standard behavior so that sleep/alarm work
does not make any sense (at least) to me: squeezelite usually has no internal alarm function.
The issue would also explain why I am getting fade on mute and unmute with squeezelite...
The text was updated successfully, but these errors were encountered: