server/src/app/Models/DocumentResult.php
changeset 319 78990a8a069b
parent 275 a4d8618c2f1b
--- a/server/src/app/Models/DocumentResult.php	Mon Oct 03 16:32:41 2016 +0200
+++ b/server/src/app/Models/DocumentResult.php	Tue Oct 04 11:58:39 2016 +0200
@@ -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()
             ]);
         }