maestro-react-player
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -62,3 +62,3 @@ 'use strict'; | ||
// reset autoplay on reload | ||
if (prevProps.url !== this.props.url) { | ||
if (prevProps.url && prevProps.url !== this.props.url) { | ||
this.autoplay = null; | ||
@@ -65,0 +65,0 @@ } |
{ | ||
"name": "maestro-react-player", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion", | ||
@@ -5,0 +5,0 @@ "main": "lib/ReactPlayer.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1294516
50
4042