initialize group properly

This commit is contained in:
Zlatin Balevsky
2019-11-06 16:01:43 +00:00
parent 30dda180eb
commit c4096568f5

View File

@@ -92,7 +92,8 @@ class BrowseController {
String groupId = Base64.encode(result.infohash.getRoot())
Map<String,Object> params = new HashMap<>()
params['result'] = result
params['text'] = result.comment
params['name'] = result.name
mvcGroup.createMVCGroup("show-comment", groupId, params)
}