diff --git a/Spotify/module.php b/Spotify/module.php index 8dae968..62247ac 100644 --- a/Spotify/module.php +++ b/Spotify/module.php @@ -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')); } }