get streams for clips results
This commit is contained in:
parent
3003cc2c44
commit
5cf7c4268a
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ pandora.ui.list = function() {
|
||||||
});
|
});
|
||||||
return Ox.clone(data, true);
|
return Ox.clone(data, true);
|
||||||
},
|
},
|
||||||
keys: ['clips', 'duration', 'editable', 'id', 'modified', 'posterRatio', 'videoRatio'].concat(pandora.site.itemTitleKeys),
|
keys: ['clips', 'duration', 'editable', 'id', 'modified', 'posterRatio', 'videoRatio', 'streams'].concat(pandora.site.itemTitleKeys),
|
||||||
selected: ui.listSelection,
|
selected: ui.listSelection,
|
||||||
size: 192,
|
size: 192,
|
||||||
sort: ui.listSort,
|
sort: ui.listSort,
|
||||||
|
|
Loading…
Reference in a new issue