parsování xml a výpis xml

This commit is contained in:
2021-01-26 19:03:59 +01:00
parent 0e5089afd6
commit 0ade9c4503
8 changed files with 122 additions and 41 deletions

View File

@@ -109,4 +109,7 @@ class VideoPlayer {
playButton.style.display = "none";
}
}
async getVideoDuration() {
return Math.round(await this.video.duration);
}
}