This commit is contained in:
Matteljay 2020-07-07 10:55:24 +02:00
commit cb8526a86f
2 changed files with 2 additions and 2 deletions

View file

@ -103,7 +103,7 @@ Link another device to this device.
Only works, if this is the master device. Only works, if this is the master device.
*--uri* URI:: *--uri* URI::
Specify the uri contained in the QR code shown by the new device. Specify the uri contained in the QR code shown by the new device. You will need the full uri enclosed in quotation marks, such as "tsdevice:/?uuid=....."
=== listDevices === listDevices

View file

@ -754,7 +754,7 @@ public class Manager implements Closeable {
if (name.isEmpty()) { if (name.isEmpty()) {
name = null; name = null;
} }
if (members.size() == 0) { if (members.isEmpty()) {
members = null; members = null;
} }
if (avatar.isEmpty()) { if (avatar.isEmpty()) {