X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=blobdiff_plain;f=library%2FWebLibraryServer.java;h=9073b8cad58895f02ccbd88d2a8d2a9deebf6397;hp=810cc4dbfbf6bafe532c9f2ae72fd73889a27e5e;hb=cd1aa392a6e17382f573ee816c26fd5f19301f02;hpb=159e970c23d9634d39bb8cf2a194f7088f4d59ab diff --git a/library/WebLibraryServer.java b/library/WebLibraryServer.java index 810cc4d..9073b8c 100644 --- a/library/WebLibraryServer.java +++ b/library/WebLibraryServer.java @@ -422,7 +422,7 @@ public class WebLibraryServer extends WebLibraryServerHtml { @Override public void run() { try { - lib.imprt(url, pg); + lib.imprt(url, luid, pg); } catch (IOException e) { Instance.getInstance().getTraceHandler().error(e); } finally {