Add HLS VOD support

This commit is contained in:
marmei
2019-08-05 12:28:47 +02:00
parent c389b990b4
commit 2a06bf6b01
6 changed files with 54 additions and 45 deletions

View File

@@ -583,7 +583,7 @@ var ShowContent = /** @class */ (function (_super) {
return;
break;
case "log":
var input = this.createInput("button", menuKey, "{{.button.resetlogs}}");
var input = this.createInput("button", menuKey, "{{.button.resetLogs}}");
input.setAttribute("onclick", 'javascript: resetLogs();');
interaction.appendChild(input);
var wrapper = document.createElement("DIV");