2.0
Juraj Nyíri 3 years ago
parent bb6c6842e1
commit 2b8cbbf2d3

@ -19297,6 +19297,7 @@ class PlexMeetsHomeAssistantEditor extends HTMLElement {
libraryItem.innerHTML = text; libraryItem.innerHTML = text;
return libraryItem; return libraryItem;
}; };
this.libraryName.innerHTML = '';
const libraryItems = document.createElement('paper-listbox'); const libraryItems = document.createElement('paper-listbox');
libraryItems.appendChild(addLibraryItem('Continue Watching')); libraryItems.appendChild(addLibraryItem('Continue Watching'));
libraryItems.appendChild(addLibraryItem('Deck')); libraryItems.appendChild(addLibraryItem('Deck'));

@ -82,6 +82,7 @@ class PlexMeetsHomeAssistantEditor extends HTMLElement {
libraryItem.innerHTML = text; libraryItem.innerHTML = text;
return libraryItem; return libraryItem;
}; };
this.libraryName.innerHTML = '';
const libraryItems: any = document.createElement('paper-listbox'); const libraryItems: any = document.createElement('paper-listbox');
libraryItems.appendChild(addLibraryItem('Continue Watching')); libraryItems.appendChild(addLibraryItem('Continue Watching'));
libraryItems.appendChild(addLibraryItem('Deck')); libraryItems.appendChild(addLibraryItem('Deck'));

Loading…
Cancel
Save