Fix for 0.107

This commit is contained in:
2020-03-12 20:45:37 +01:00
parent 2e1d1cd6c5
commit 9196265d0a
3 changed files with 9 additions and 5 deletions

View File

@@ -16,5 +16,6 @@ class BrowserPlayerEditor extends LitElement {
if(!customElements.get("browser-player-editor")) {
customElements.define("browser-player-editor", BrowserPlayerEditor);
registerCard("browser-player", "Browser Player");
window.customCards = window.customCards || [];
window.customCards.push({type:"browser-player", name: "Browser Player", preview: true});
}