From 7d1a0f18e16443f78c2e5cfa6b547cb227423975 Mon Sep 17 00:00:00 2001 From: jules Date: Thu, 18 May 2017 17:06:49 +0000 Subject: db --- db.json | 23 +++++++++++++++++++++++ index.js | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/db.json b/db.json index 010f42f..d588c35 100644 --- a/db.json +++ b/db.json @@ -2212,5 +2212,28 @@ "__index": 6, "dateCreated": "Thu, 18 May 2017 00:16:34 GMT" } + ], + "stream": [ + { + "id": "livestream", + "title": "Livestream", + "streams": [ + { + "text": "CNN", + "uri": "https://www.youtube.com/watch?v=RoD5WWNMsdg" + }, + { + "text": "NASA", + "uri": "https://www.youtube.com/watch?v=qzMQza8xZCc" + }, + { + "text": "Radio", + "uri": "https://www.youtube.com/watch?v=xrbrQhpvn8E" + } + ], + "disabled": false, + "__index": 0, + "dateCreated": "Thu, 18 May 2017 17:05:09 GMT" + } ] } \ No newline at end of file diff --git a/index.js b/index.js index 03d9578..eeb3f2b 100644 --- a/index.js +++ b/index.js @@ -7,7 +7,7 @@ var viewConfig = { data: [ {type: 'timeline', query: '*'}, {type: 'page', query: '*'}, - {type: 'feed', query: '*'}, + {type: 'stream', query: '*'}, ] } -- cgit v1.2.3-70-g09d2