neelshah23
Results
1
comments of
neelshah23
I am had the same issue. So, I changed client.js line 280 _.each(list.splice(1, list.length-1), function (file) ... with _.each(list.splice(0, list.length), function (file)... this fixed my issue.