Skip to content

Commit

Permalink
it's run
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan1986 committed Aug 14, 2021
1 parent 93b19a7 commit 0b9e4b5
Show file tree
Hide file tree
Showing 3 changed files with 682 additions and 682 deletions.
10 changes: 5 additions & 5 deletions src/app/lib/views/player/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -437,13 +437,13 @@
});

} else {
this.video = videojs('video_player', {
this.video = videojs($('#video_player').get(0), {
nativeControlsForTouch: false,
trackTimeOffset: 0,
plugins: {
biggerSubtitle: {},
smallerSubtitle: {},
customSubtitles: {},
//biggerSubtitle: {},
//smallerSubtitle: {},
//customSubtitles: {},
progressTips: {}
}
});
Expand All @@ -452,7 +452,7 @@
});
$('head > title').text(this.model.get('title') + ' - Popcorn-Time' );
}
this.player = this.video;//.player();
this.player = this.video;
App.PlayerView = this;

/* The following is a hack to make VideoJS listen to
Expand Down
Loading

0 comments on commit 0b9e4b5

Please sign in to comment.