diff --git a/src/common/zeroconf/connection_handlers_zeroconf.py b/src/common/zeroconf/connection_handlers_zeroconf.py index 12d46ab3a..758a181e2 100644 --- a/src/common/zeroconf/connection_handlers_zeroconf.py +++ b/src/common/zeroconf/connection_handlers_zeroconf.py @@ -294,7 +294,12 @@ class ConnectionHandlersZeroconf(ConnectionVcard): dic[i]['values'] = [dic[i]['options'][0]['values'][0]] i += 1 return dic - + + def store_metacontacts(self, tags): + ''' fake empty method ''' + # serverside metacontacts are not supported with zeroconf + # (there is no server) + pass def remove_transfers_for_contact(self, contact): ''' stop all active transfer for contact ''' '''for file_props in self.files_props.values():