initialize group properly

pull/24/head
Zlatin Balevsky 2019-11-06 16:01:43 +00:00
parent 30dda180eb
commit c4096568f5
1 changed files with 2 additions and 1 deletions

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)
}