easy_upnp
easy_upnp copied to clipboard
wrong reference in upnp-list to 'friendly_name'
Hi,
in file upnp-list: https://github.com/sidoh/easy_upnp/blob/eb9f9b9b9b52d96fd6813ec795a19f0a706349d8/bin/upnp-list#L38
I think it should be name = device.description['friendlyName'] rescue '*** Error fetching name ***' instead.
Currently no device names get printed, with my change they will.
Maybe someone can update that.
regards Sven