Skip to content

Commit

Permalink
fix: app initialization (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolson authored Jul 22, 2024
1 parent a06fdd6 commit 98b1b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function mainWrapper() {
}

document.addEventListener('yt-action', (event: any) => {
if (event.detail.actionName === 'ytd-update-grid-state-action') {
if (event.detail.actionName === 'yt-service-request') {
appendAppToDom(config, playlistName, XPATH.APP_RENDER_ROOT)
}
})
Expand Down

0 comments on commit 98b1b5e

Please sign in to comment.