changeset 199:b80d275e437f

plugin file sharing: use new local_device argument of discoFindByFeatures
author Goffi <goffi@goffi.org>
date Wed, 23 May 2018 21:54:46 +0200
parents 60b63c3e63a1
children 38da086d162b
files cagou/plugins/plugin_wid_file_sharing.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"),