Skip to content

Commit

Permalink
feat(cxl-ui): cxl-jw-player remove support for plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
anoblet committed Sep 28, 2024
1 parent 69f5778 commit 88913ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions packages/cxl-ui/src/components/cxl-jw-player/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ export class CXLJWPlayerElement extends mixin(LitElement, [
height: '100%',
width: '100%',
playbackRateControls: [0.25, 0.5, 0.75, 1, 1.25, 1.5, 1.75, 2],
plugins: {
// 'http://192.168.0.101:8080/telemetry-8.20.0.js': {},
},
skin: {
name: 'cxl-institute',
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
import { render } from 'lit';
import { property } from 'lit/decorators.js';
import style from '../../../../styles/global/cxl-jw-player/cxl-jw-player-chapter-navigation-css';
import { chapterNavigationTemplate } from './index.html';

export function ChapterNavigationMixin(BaseClass) {
class Mixin extends BaseClass {
_chapterNavigation;

@property({ attribute: 'plugin-path', type: String }) pluginPath;

async _setupChapterNavigation() {
const chapters = await this._getChapters();

Expand Down

0 comments on commit 88913ef

Please sign in to comment.