Skip to content

Commit

Permalink
else
Browse files Browse the repository at this point in the history
  • Loading branch information
kraxarn committed Sep 12, 2020
1 parent 2e01069 commit 5c7298d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/spotify/clienthandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,8 @@ QString ClientHandler::start()
}
);
}

// spotifyd specific
if (clientType == ClientType::Spotifyd)
else if (clientType == ClientType::Spotifyd)
{
arguments.append(
{
Expand Down

0 comments on commit 5c7298d

Please sign in to comment.