Skip to content

Commit

Permalink
Add missing break
Browse files Browse the repository at this point in the history
  • Loading branch information
gix committed Mar 28, 2021
1 parent 0537736 commit 8ae9617
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/foo_scrobble/LastfmScrobbleService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ void LastfmScrobbleService::OnNowPlayingResponse(outcome<void> result)
case lastfm::Status::Success:
default:
pendingNowPlaying_ = {};
break;
}

HandleResponseStatus(status);
Expand Down

0 comments on commit 8ae9617

Please sign in to comment.