mirror of
https://github.com/mpv-player/mpv
synced 2025-02-07 23:51:49 +00:00
command: fix whitespace
This commit is contained in:
parent
775b86212d
commit
70ea586eb5
@ -5294,7 +5294,7 @@ int run_command(struct MPContext *mpctx, struct mp_cmd *cmd, struct mpv_node *re
|
||||
|
||||
for (int n = first; n < mpctx->num_tracks; n++) {
|
||||
struct track *t = mpctx->tracks[n];
|
||||
if (cmd->args[1].v.i == 1){
|
||||
if (cmd->args[1].v.i == 1) {
|
||||
t->no_default = true;
|
||||
} else if (n == first) {
|
||||
if (mpctx->playback_initialized) {
|
||||
|
Loading…
Reference in New Issue
Block a user