Skip to content

Commit

Permalink
Update ZpPlatform.js
Browse files Browse the repository at this point in the history
Call `getServices()` for excluded zoneplayers, see #74.
  • Loading branch information
ebaauw committed May 31, 2019
1 parent 151d93c commit 7d5a2fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ZpPlatform.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ ZpPlatform.prototype.accessories = function (callback) {
'%s: %s already exposed through AirPlay 2',
zpAccessory.name, zpAccessory.zp.modelName
)
zpAccessory.getServices()
} else {
accessoryList.push(zpAccessory)
}
Expand Down

0 comments on commit 7d5a2fc

Please sign in to comment.