Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1462 from wezhunter/master
Browse files Browse the repository at this point in the history
Squeezebox Binding: Sync "remove" players incorrect
  • Loading branch information
teichsta committed Sep 23, 2014
2 parents 3ddb4c3 + c8fdf88 commit 3f514e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ else if (command.equals(OnOffType.OFF))
if (command.equals(OnOffType.ON))
squeezeServer.syncPlayer(playerId, bindingConfig.getExtra());
else if (command.equals(OnOffType.OFF))
squeezeServer.unSyncPlayer(playerId);
squeezeServer.unSyncPlayer(bindingConfig.getExtra());
break;

default:
Expand Down

0 comments on commit 3f514e9

Please sign in to comment.