merge from master
[fanfix.git] / library / WebLibraryServer.java
index 810cc4dbfbf6bafe532c9f2ae72fd73889a27e5e..9073b8cad58895f02ccbd88d2a8d2a9deebf6397 100644 (file)
@@ -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 {