Make check-deps handle older verions of node

This commit is contained in:
DC
2016-06-15 15:20:56 -07:00
parent 92bafd695d
commit 1bc3cd1d51
2 changed files with 8 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ function init (appState, callback) {
state.devices.chromecast = chromecastPlayer()
state.devices.dlna = dlnaPlayer()
state.devices.airplay = airplayPlayer(browser)
state.devices.airplay = airplayPlayer()
// Listen for devices: Chromecast, DLNA and Airplay
chromecasts.on('update', function (device) {
@@ -175,7 +175,7 @@ function airplayPlayer () {
}
function getDevices () {
return airplay.players
return airplayer.players
}
function open () {