fix property not found

java-i2p-warning
Zlatin Balevsky 2022-08-28 07:59:29 +01:00
parent 4782e5cd3b
commit 7fdac42395
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ class BrowseSession implements Runnable {
String getJoined() {
if (joined == null) {
def encoded = nextPath.path.collect {Base64.encode(DataUtil.encodei18nString(it))}
def encoded = path.collect {Base64.encode(DataUtil.encodei18nString(it))}
joined = encoded.join(",")
}
joined