feat(parser): Add `PlayerCaptchaView.ts` parser class
Just adding the parser class for #978. The issue was also rarely happened to me, where the playabilityStatus.status is UNPLAYABLE.
I'm not saying this will address the issue, but hope this help adding the parser class.
Hi @absidue, I’ve applied the requested changes to the code. Could you please review them when you get a chance? I’ll be happy to make any further adjustments if something is incorrect or missing. Thanks!
@mitsuki31 The requested change was for you to use the Text.fromAttributed() method that returns instances of the Text class, whereas you just passed through the input data and applied a TypeScript type to it. So as it currently stands the requested changed are still missing.
@absidue Sorry for the late reply, and also for the earlier changes; I misunderstood your request. I've updated the code now, and this version should be correct. When you get a chance, could you take another look? Thanks!
Once again, I’m sorry about the confusion, and I’ll definitely learn from the mistake.
This PR has been automatically marked as stale because it has not had recent activity. Remove the stale label or comment or this will be closed in 2 days