1
0
mirror of https://github.com/Rogiel/httpchannel synced 2026-01-27 05:42:47 +00:00

Implements 2shared service and improves channel link synchronization

This commit is contained in:
2012-01-22 21:58:01 -02:00
parent 3b06f0b9e6
commit cd835e2064
21 changed files with 440 additions and 25 deletions

View File

@@ -220,7 +220,7 @@ public class HotFileService extends AbstractHttpService implements Service,
uploadFuture = multipartPost(action)
.parameter("uploads[]", channel).asPageAsync();
return waitChannelLink(channel, uploadFuture);
return waitChannelLink(channel);
}
@Override