diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-09-01 18:18:28 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-09-01 18:18:28 -0700 |
commit | e19536418e7030db73293bbb2451a0a9cf699d32 (patch) | |
tree | 1bc419b0951a3d668e260f6955cb20cdcca05be1 /devfiles/videos/disciple/disciple-1.json | |
parent | dd5a0be56a05e55e71843e37d02581b9424bbc6c (diff) |
Adding pdf field to videos and url encoding urls
Diffstat (limited to 'devfiles/videos/disciple/disciple-1.json')
-rw-r--r-- | devfiles/videos/disciple/disciple-1.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devfiles/videos/disciple/disciple-1.json b/devfiles/videos/disciple/disciple-1.json index 95cb3ab..9bc3bd2 100644 --- a/devfiles/videos/disciple/disciple-1.json +++ b/devfiles/videos/disciple/disciple-1.json @@ -3,5 +3,6 @@ "number": "1", "title": "Intro", "length": 344, - "urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Discipleship Video 1 - Intro.mov", "type":"video/mp4"}] + "pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Discipleship%20Video%201%20-%20Intro.pdf", + "urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Discipleship%20Video%201%20-%20Intro.mov", "type":"video/mp4"}] }
\ No newline at end of file |