Skip to content

Commit

Permalink
fixes youtube settings button
Browse files Browse the repository at this point in the history
  • Loading branch information
night committed Jan 1, 2024
1 parent 1081efa commit d4bacc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/youtube.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function getElementData(element) {
return null;
}

return element.__data?.data ?? element.data;
return element.__data?.data ?? element.data ?? element.__data;
}

export function getLiveChat() {
Expand Down

0 comments on commit d4bacc1

Please sign in to comment.