mirror of https://github.com/zlatinb/muwire
proper method name
parent
198c5b5538
commit
d724986ec6
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue