Skip to content

Commit

Permalink
🍪 fix syle
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunnyka98 committed Apr 20, 2023
1 parent b61b422 commit cef25c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Spotify/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,7 @@ public function Play()
$favoriteValue = $this->GetValue('Favorite');
if ($favoriteValue === '') {
echo $this->Translate('Could not play because there is no current playback and no favorite was selected');
}
else {
} else {
$this->RequestAction('Favorite', $this->GetValue('Favorite'));
}
}
Expand Down

0 comments on commit cef25c1

Please sign in to comment.