Merge branch 'master' of github.com:selz/plyr
This commit is contained in:
commit
b2421b592a
@ -1153,7 +1153,7 @@
|
|||||||
|
|
||||||
// Store the volume in storage
|
// Store the volume in storage
|
||||||
if(config.storage.enabled && _storage().supported) {
|
if(config.storage.enabled && _storage().supported) {
|
||||||
window.localStorage.plyr_volume = volume;
|
window.localStorage.setItem(config.storage.key, volume);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user