Skip to content

Commit

Permalink
player/client: crap
Browse files Browse the repository at this point in the history
  • Loading branch information
Dudemanguy committed Jan 3, 2024
1 parent 1fdf8b1 commit eb2ed1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions player/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -1821,6 +1821,7 @@ static bool gen_property_change_event(struct mpv_handle *ctx)
.reply_userdata = prop->reply_id,
.data = &ctx->cur_property_event,
};
printf("%s, %d, %d\n\n", prop->name, prop->format, prop->value_valid);
return true;
}
}
Expand Down

0 comments on commit eb2ed1a

Please sign in to comment.