Updates for draft screen #15
mitchlinDEV
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I guess due time passing by and YT introducing some changes in the meantime, I couldn't get the code to properly work.
I got this to somehow work for publishing video's by making the following changes:
at line 102:
// const MADE_FOR_KIDS_SELECTOR = '#made-for-kids-group';
const VIDEO_MADE_FOR_KIDS_NOT_MFK = '#made-for-kids-group';
at line 248:
// await dialog.close();
Note: that once it closes the draft screen, it takes approx 10 secs to automatically open the next screen
Beta Was this translation helpful? Give feedback.
All reactions