Skip to content

Commit

Permalink
Fix lint warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
i-zolotarenko committed Dec 1, 2023
1 parent 8a8e9e5 commit d110b92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions p2p-media-loader-demo/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ function App() {
const engine = hlsEngine.current;
if (!engine) return;

// eslint-disable-next-line @typescript-eslint/no-explicit-any
const clapprPlayer: any = new window.Clappr.Player({
parentId: "#player-container",
source: url,
Expand Down Expand Up @@ -234,6 +235,7 @@ function App() {
parentId: "#player-container",
source: url,
plugins: [window.DashShakaPlayback, window.LevelSelector],
// eslint-disable-next-line @typescript-eslint/no-explicit-any
shakaOnBeforeLoad: (shakaPlayerInstance: any) => {
engine.initShakaPlayer(shakaPlayerInstance);
},
Expand Down

0 comments on commit d110b92

Please sign in to comment.