Fix default torrents

Big Buck Bunny playable now, files show correctly even before the user starts torrenting
This commit is contained in:
DC
2016-03-21 01:45:57 -07:00
parent 720c9f4625
commit d520a9e4bc
9 changed files with 87 additions and 36 deletions

View File

@@ -33,8 +33,6 @@ function init (callback) {
})
var browser = airplay.createBrowser()
var devices = browser.getDevices(true)
console.log('TODO GET DEVICES RET %o', devices)
browser.on('deviceOn', function (player) {
state.devices.airplay = player
addAirplayEvents()