parsování xml a výpis xml
This commit is contained in:
@@ -109,4 +109,7 @@ class VideoPlayer {
|
||||
playButton.style.display = "none";
|
||||
}
|
||||
}
|
||||
async getVideoDuration() {
|
||||
return Math.round(await this.video.duration);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user