proper method name

pull/42/head
Zlatin Balevsky 2020-03-10 13:34:33 +00:00
parent 198c5b5538
commit d724986ec6
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ abstract class BasePersisterService extends Service{
SharedFile sf = new SharedFile(file, ih.getRoot(), pieceSize)
sf.setComment(json.comment)
if (published)
sf.published(publishedTimestamp)
sf.publish(publishedTimestamp)
if (json.downloaders != null)
sf.getDownloaders().addAll(json.downloaders)
if (json.searchers != null) {