Merge branch 'master' of github.com:selz/plyr

This commit is contained in:
Sam Potts 2015-04-06 11:47:43 +10:00
commit b2421b592a

View File

@ -1153,7 +1153,7 @@
// Store the volume in storage
if(config.storage.enabled && _storage().supported) {
window.localStorage.plyr_volume = volume;
window.localStorage.setItem(config.storage.key, volume);
}
}
@ -1662,4 +1662,4 @@
return players;
}
}(this.plyr = this.plyr || {}));
}(this.plyr = this.plyr || {}));