From: =?utf-8?b?QmFsbMOzIEd5w7ZyZ3k=?= <ballogyor@gmail.com>
Date: Wed, 4 Sep 2024 14:01:58 +0000
Subject: Fix JSON validation

json-glib 1.10 is more strict when parsing the JSON data.

Bug: https://gitlab.gnome.org/GNOME/cheese/-/issues/183
Bug-Debian: https://bugs.debian.org/1081598
Forwarded: https://gitlab.gnome.org/GNOME/cheese/-/merge_requests/73
---
 data/cheese-viewport.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/data/cheese-viewport.json b/data/cheese-viewport.json
index cf03fce..132b68d 100644
--- a/data/cheese-viewport.json
+++ b/data/cheese-viewport.json
@@ -53,9 +53,9 @@
   "type": "ClutterActor",
   "children":
   [
-    'video_preview',
-    'countdown_layer',
-    'error_layer'
+    "video_preview",
+    "countdown_layer",
+    "error_layer"
   ]
 },
 {
