wiredrive / wiredrive-player

Wiredrive Wordpress Video Player
http://www.wiredrive.com/rss
GNU Lesser General Public License v3.0
5 stars 4 forks source link

Error on duplicate player registrations #33

Closed rzurad closed 11 years ago

rzurad commented 11 years ago

A user had an issue where a third party jQuery plugin was causing the same player to be initialized twice (the player would be initialized, the plugin would remove the registration script from the DOM and reinsert it later, causing it to be reevaluated).

A console error message that warns of attempting to register a player with the id of an already registered player would help debug issues such as this.

rzurad commented 11 years ago

Fixed in the upcoming release.