changeset 339 | 766af1228b05 |
parent 319 | 78990a8a069b |
--- a/server/src/app/Models/DocumentResult.php Sun Oct 16 22:23:31 2016 +0530 +++ b/server/src/app/Models/DocumentResult.php Sun Oct 16 23:19:57 2016 +0530 @@ -85,8 +85,8 @@ if($this->graph) { $res = array_merge($res, [ - 'publishers' => $this->getPublishersValue(), - 'duration' => $this->getDurationValue(), + 'publisher' => $this->getPublishersValue(), + 'duration_ms' => $this->getDurationValue(), 'transcript_url' => $this->getTranscriptUrl() ]); }