Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(youtube): category set as default when scheduling event #4518

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

blackxored
Copy link
Contributor

Category for events was being set to the default of "Entertainment"
since it was only updated by the "before go-live" logic.

This moves the update to createBroadcast and re-orders some
logic to avoid duplicate requests.

Ideally, we would refactor updateBroadcast to behave in the
same way with some diffing and remove all updateCategory calls
from the codebase.

ref: https://app.asana.com/0/911512908891105/1202062997993099

Category for events was being set to the default of "Entertainment"
since it was only updated by the "before go-live" logic.

This moves the update to `createBroadcast` and re-orders some
logic to avoid duplicate requests.

Ideally, we would refactor `updateBroadcast` to behave in the
same way with some diffing and remove all `updateCategory` calls
from the codebase.

ref: https://app.asana.com/0/911512908891105/1202062997993099
@blackxored
Copy link
Contributor Author

blackxored commented Apr 6, 2023

This is a blind change for now as YouTube still has me rate-limited 🔥

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants