remove unnecessary canonicalization
This commit is contained in:
@@ -136,7 +136,7 @@ class PersisterService extends Service {
|
||||
|
||||
private def toJson(File f, SharedFile sf) {
|
||||
def json = [:]
|
||||
json.file = Base64.encode DataUtil.encodei18nString(f.getCanonicalFile().toString())
|
||||
json.file = Base64.encode DataUtil.encodei18nString(f.getAbsoluteFile().toString())
|
||||
json.length = f.length()
|
||||
InfoHash ih = sf.getInfoHash()
|
||||
json.infoHash = Base64.encode ih.getRoot()
|
||||
|
||||
Reference in New Issue
Block a user