diff --git a/data/slideshow.json.dist b/data/slideshow.json.dist index ebed1e0..f2a92fd 100755 --- a/data/slideshow.json.dist +++ b/data/slideshow.json.dist @@ -1,4 +1,14 @@ -[ - {"location":"data/uploads/sample.jpg","delay":10,"type":"picture"}, - {"location":"https://unix.org","delay":20,"type":"url"} -] +{ + "data": [ + { + "location": "data/uploads/sample.jpg", + "delay": 10, + "type": "picture" + }, + { + "location": "https://unix.org", + "delay": 20, + "type": "url" + } + ] +}