From 6319a0187ca7a69b8f0f6b58b3eed75ac5852284 Mon Sep 17 00:00:00 2001 From: Konrad Mohrfeldt <konrad.mohrfeldt@farbdev.org> Date: Thu, 11 Jul 2024 15:08:41 +0200 Subject: [PATCH] fix: replace remaining Host model reference --- fixtures/sample/radiosettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fixtures/sample/radiosettings.json b/fixtures/sample/radiosettings.json index 68e7e2f6..47ee10f3 100644 --- a/fixtures/sample/radiosettings.json +++ b/fixtures/sample/radiosettings.json @@ -7,8 +7,8 @@ "cba_domains": ["cba.media"], "fallback_default_pool": "fallback", "fallback_show": null, - "host_image_aspect_ratio": "1:1", - "host_image_shape": "round", + "profile_image_aspect_ratio": "1:1", + "profile_image_shape": "round", "line_in_channels": {"0": "live", "1": "preprod"}, "micro_show": null, "note_image_aspect_ratio": "16:9", -- GitLab