[clients_icons] Directly use NetworkEvent name attribute
1 unresolved thread
1 unresolved thread
conn attribute was removed.
This has been causing a lot of error messages on my console. A quick search looks like there might be more plugins with the same issue.
Merge request reports
Activity
Filter activity
289 289 290 290 def _on_caps_update(self, event): 291 291 # Zeroconf 292 if event.conn.name == 'Local': 292 if event.name == 'Local': @ritzmann if you fix this, would you be so kind and add a second commit '[clients_icons] Update manifest.ini', where you raise the plugin version (for example to
7.8.1
)?
thanks, fixed in f29512e7
Please register or sign in to reply