X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=blobdiff_plain;f=library%2FWebLibrary.java;h=978dd9af51c05e5b56f93c2d61948e34fcbcc968;hp=ac1349e7ac51b3015050a4725a28265ef13a211a;hb=cd1aa392a6e17382f573ee816c26fd5f19301f02;hpb=159e970c23d9634d39bb8cf2a194f7088f4d59ab diff --git a/library/WebLibrary.java b/library/WebLibrary.java index ac1349e..978dd9a 100644 --- a/library/WebLibrary.java +++ b/library/WebLibrary.java @@ -353,6 +353,11 @@ public class WebLibrary extends BasicLibrary { } } + @Override + public synchronized void delete(String luid) throws IOException { + post(WebLibraryUrls.getDeleteUrlStory(luid), null).close(); + } + @Override protected void updateInfo(MetaData meta) { // Will be taken care of directly server side