# HG changeset patch # User Goffi # Date 1527105286 -7200 # Node ID b80d275e437f0e7423951dd20dd0b16cf00b43d3 # Parent 60b63c3e63a1e29d1739c371d347b721975b0863 plugin file sharing: use new local_device argument of discoFindByFeatures diff -r 60b63c3e63a1 -r b80d275e437f cagou/plugins/plugin_wid_file_sharing.py --- a/cagou/plugins/plugin_wid_file_sharing.py Wed May 23 21:28:16 2018 +0200 +++ b/cagou/plugins/plugin_wid_file_sharing.py Wed May 23 21:54:46 2018 +0200 @@ -313,7 +313,7 @@ G.host.addNote(_(u"missing plugin"), msg, C.XMLUI_DATA_LVL_ERROR) return self.host.bridge.discoFindByFeatures( - [namespace], [], False, True, True, True, self.profile, + [namespace], [], False, True, True, True, False, self.profile, callback=self._discoFindByFeaturesCb, errback=partial(G.host.errback, title=_(u"shared folder error"),