Skip to content

Commit

Permalink
fix: changed settings for wt-player, added duration [WTEL-4110]
Browse files Browse the repository at this point in the history
  • Loading branch information
lizacoma committed May 14, 2024
1 parent 7a2d742 commit 81b4a65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webitel/ui-sdk",
"version": "24.4.35",
"version": "24.4.36",
"private": false,
"scripts": {
"dev": "vite",
Expand Down
4 changes: 2 additions & 2 deletions src/components/wt-player/wt-player.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ export default {
if (this.player) this.player.destroy();
const controls = [
'play-large', 'play', 'progress', 'current-time',
'mute', 'volume', 'captions', 'settings', 'pip',
'airplay', 'fullscreen',
'duration', 'mute', 'volume', 'captions', 'settings',
'pip', 'airplay', 'fullscreen'
];
if (this.download) controls.push('download');
this.player = new Plyr(this.$refs.player, {
Expand Down

0 comments on commit 81b4a65

Please sign in to comment.