Skip to content

Commit

Permalink
use shuffle tracks instead of random
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksiy-Yakovenko committed Feb 9, 2024
1 parent 3673025 commit 513d200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mprisServer.c
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ static int onPlayerSetPropertyHandler(GDBusConnection *connection, const char *s
return TRUE;
}
if (g_variant_get_boolean(value)) {
deadbeef->conf_set_int("playback.order", PLAYBACK_ORDER_RANDOM);
deadbeef->conf_set_int("playback.order", PLAYBACK_ORDER_SHUFFLE_TRACKS);
} else {
deadbeef->conf_set_int("playback.order", PLAYBACK_ORDER_LINEAR);
}
Expand Down

0 comments on commit 513d200

Please sign in to comment.