Remove missing whitespace from "vaft"

This commit is contained in:
pixeltris
2022-03-31 16:49:41 +01:00
parent bd96135e24
commit ceae47a1a9
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -565,7 +565,6 @@ twitch-videoad.js application/javascript
}
videoPlayer = findReactNode(reactRootNode, node => node.setPlayerActive && node.props && node.props.mediaPlayerInstance);
videoPlayer = videoPlayer && videoPlayer.props && videoPlayer.props.mediaPlayerInstance ? videoPlayer.props.mediaPlayerInstance : null;
if (isPausePlay) {
videoPlayer.pause();
videoPlayer.play();