easy_upnp icon indicating copy to clipboard operation
easy_upnp copied to clipboard

wrong reference in upnp-list to 'friendly_name'

Open SvenMb opened this issue 5 years ago • 0 comments

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

SvenMb avatar Mar 13 '19 21:03 SvenMb