Skip to content

Commit

Permalink
perf: backgroundThrottling disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Mar 30, 2021
1 parent 5b254a4 commit 13b2d24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default class AppMoviesPlayerTorrent extends React.PureComponent {
<>
{
(
!this.state.canPlay &&
!this.state.canPlay && !this.state.flix &&
<div className="absolute full-width full-height player-overlay-loader">
<AppMoviePlayerLoader
stateText={this.state.state}
Expand Down

0 comments on commit 13b2d24

Please sign in to comment.