Skip to content

Commit

Permalink
Fix: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Jun 17, 2024
1 parent 2eb9452 commit e308fb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mpd_worker/add_random.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ bool mpd_worker_add_random_to_queue(struct t_mpd_worker_state *mpd_worker_state,
FREE_SDS(error);
return false;
}

if (mpd_client_queue_check_start_play(mpd_worker_state->partition_state, play, &error) == false) {
FREE_SDS(error);
return false;
Expand Down

0 comments on commit e308fb8

Please sign in to comment.