sound: remove preloading

Sound playing is basically instant -- I was over-engineering when I
added this.
This commit is contained in:
Feross Aboukhadijeh
2016-09-30 15:32:19 -07:00
committed by DC
parent 76e071e965
commit ecd877551e
2 changed files with 0 additions and 13 deletions

View File

@@ -132,7 +132,6 @@ function onState (err, _state) {
// Runs a few seconds after the app loads, to avoid slowing down startup time
function delayedInit () {
lazyLoadCast()
sound.preload()
}
// Lazily loads Chromecast and Airplay support