summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjules <jules@carbonpictures.com>2017-05-18 17:06:49 +0000
committerjules <jules@carbonpictures.com>2017-05-18 17:06:49 +0000
commit7d1a0f18e16443f78c2e5cfa6b547cb227423975 (patch)
tree03485a445f4188fa2029b4c8bde7d713870ffbaf
parent92a7c746fe2e478f668d6b557922c969dff37dea (diff)
db
-rw-r--r--db.json23
-rw-r--r--index.js2
2 files changed, 24 insertions, 1 deletions
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: '*'},
]
}