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" }, {