mirror of https://github.com/zlatinb/muwire
fix property not found
parent
4782e5cd3b
commit
7fdac42395
|
@ -242,7 +242,7 @@ class BrowseSession implements Runnable {
|
||||||
|
|
||||||
String getJoined() {
|
String getJoined() {
|
||||||
if (joined == null) {
|
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 = encoded.join(",")
|
||||||
}
|
}
|
||||||
joined
|
joined
|
||||||
|
|
Loading…
Reference in New Issue