wil3 / jackcast

Cast line-in audio to a wireless device
MIT License
29 stars 9 forks source link

discovered devices can be None #17

Open VictorvandenHoven opened 3 years ago

VictorvandenHoven commented 3 years ago

Not a python developer, but this seems to work:

    devices = []
    discovered_devices = soco.discover()
    if discovered_devices is not None:
      devices.extend(discovered_devices)