From e9a54ec5f5f52cde57e3f9c13d620fd2bf07df3a Mon Sep 17 00:00:00 2001 From: dan Date: Sun, 29 Mar 2020 17:21:25 -0600 Subject: [PATCH] Update json --- Client/src/assets/json/videoServices.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Client/src/assets/json/videoServices.json b/Client/src/assets/json/videoServices.json index 542c34d..d2259b7 100644 --- a/Client/src/assets/json/videoServices.json +++ b/Client/src/assets/json/videoServices.json @@ -1,12 +1,21 @@ { "videos": [ + { + "isReady": false, + "title": "Sunday Evening", + "src": "https://ofbbutte.com/static/media/video/2020-03-29 1900 Pastor Derek Loewen.mp4", + "yt": null, + "date": "2020-03-29T19:00:00-06:00", + "archived": false, + "message": "Please Wait... Service will begin at 7 PM" + }, { "isReady": true, "title": "Sunday Morning", "src": "https://ofbbutte.com/static/media/video/2020-03-29 1100 Pastor Derek Loewen.mp4", "yt": "https://www.youtube.com/embed/kqipYdaQc3k", "date": "2020-03-29T11:00:00-06:00", - "archived": false, + "archived": true, "message": "Please Wait... Service will begin in aproximately 15 minutes" }, {