X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Flibrary%2FRemoteLibraryServer.java;h=4a6ed606453fa1cfbdaf6236143832c55603793a;hp=a40103c0b40f5d6e18995609b5731f5fda918a50;hb=3040c4f03ba0c34694fca6b8e9413746bef65a37;hpb=96f0625f2aa6f012083c87fa14df854ccdb576be diff --git a/src/be/nikiroo/fanfix/library/RemoteLibraryServer.java b/src/be/nikiroo/fanfix/library/RemoteLibraryServer.java index a40103c..4a6ed60 100644 --- a/src/be/nikiroo/fanfix/library/RemoteLibraryServer.java +++ b/src/be/nikiroo/fanfix/library/RemoteLibraryServer.java @@ -72,7 +72,7 @@ public class RemoteLibraryServer extends ServerObject { * in case of I/O error */ public RemoteLibraryServer(String key, int port) throws IOException { - super("Fanfix remote library", port, false); + super("Fanfix remote library", port, key); this.key = key; setTraceHandler(Instance.getTraceHandler());