| changeset 1032 | 74ac0be7655c |
| parent 1015 | 63c5e5b16770 |
| child 1072 | ac1eacb3aa33 |
--- a/src/js/serializers/segmentapi-serializer.js Wed May 07 18:49:17 2014 +0200 +++ b/src/js/serializers/segmentapi-serializer.js Fri Feb 13 16:48:05 2015 +0100 @@ -19,7 +19,7 @@ } _ann.setMedia(_s.iri_id); _ann.title = _s.title; - _ann.description = _s.abstract; + _ann.description = _s['abstract']; _ann.begin = new IriSP.Model.Time(_s.start_ts); _ann.end = new IriSP.Model.Time(_s.start_ts + _s.duration); _ann.keywords = (_s.tags ? _s.tags.split(",") : []);