Skip to content

Commit

Permalink
[JW8-2212] Update property as per e5085f5. (#3163)
Browse files Browse the repository at this point in the history
  • Loading branch information
vseventer authored and johnBartos committed Nov 5, 2018
1 parent 68d4744 commit ac16115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/controller/controller.js
Expand Up @@ -838,7 +838,7 @@ Object.assign(Controller.prototype, {
this.backgroundActiveMedia = () => _programController.backgroundActiveMedia();
this.restoreBackgroundMedia = () => _programController.restoreBackgroundMedia();
this.preloadNextItem = () => {
if (_programController.backgroundMedia) {
if (_programController.background.currentMedia) {
// Instruct the background media to preload if it's already been loaded
_programController.preloadVideo();
}
Expand Down

0 comments on commit ac16115

Please sign in to comment.