Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel committed Feb 12, 2015
1 parent 232d677 commit 0bb57c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1373,7 +1373,7 @@ sub commandCallback {

# Set new power state and play state
my $iPower = $client->power();
my $iPlaying = $client->iPlaying();
my $iPlaying = $client->isPlaying();

# Save the new old play and power states before resetting with current states
my $iPowerOld = $iOldPowerState{$client};
Expand Down

0 comments on commit 0bb57c8

Please sign in to comment.