Skip to content

Commit

Permalink
fix: URL undefined error. (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstegeman authored and bencevans committed Sep 20, 2019
1 parent 58e4afa commit 11d7c45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/sonos.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const RENDERING_ENDPOINT = '/MediaRenderer/RenderingControl/Control'
const DEVICE_ENDPOINT = '/DeviceProperties/Control'

// Dependencies
const URL = require('url').URL
const util = require('util')
const EventEmitter = require('events').EventEmitter
const request = require('axios')
Expand Down

0 comments on commit 11d7c45

Please sign in to comment.