diff --git a/popcorn.js b/popcorn.js index fead2e500..91acf7e1a 100644 --- a/popcorn.js +++ b/popcorn.js @@ -450,7 +450,7 @@ } - if ( arg !== false && arg !== null && typeof arg !== "undefined" ) { + if ( arg != null ) { this.media[ name ] = arg;