From f8a0646dbb85051630a0539b508f9d25876c7fbc Mon Sep 17 00:00:00 2001 From: Justin Ribeiro Date: Tue, 5 Oct 2021 15:04:13 -0700 Subject: [PATCH] fix: missing attrchange for playlistid --- lite-youtube.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lite-youtube.ts b/lite-youtube.ts index ad22827..93cbd7b 100644 --- a/lite-youtube.ts +++ b/lite-youtube.ts @@ -241,7 +241,8 @@ export class LiteYTEmbed extends HTMLElement { newVal: unknown ): void { switch (name) { - case 'videoid': { + case 'videoid': + case 'playlistid': { if (oldVal !== newVal) { this.setupComponent();