From ff81f3614d0b72b1a14c33bd4cbde5f47eb0b159 Mon Sep 17 00:00:00 2001 From: Dispatcharr Date: Tue, 11 Mar 2025 09:58:01 -0500 Subject: [PATCH] Added Preferred Region to fixtures.json Updated fixtures to include region settings. --- fixtures.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/fixtures.json b/fixtures.json index 422628db..c9d735af 100644 --- a/fixtures.json +++ b/fixtures.json @@ -68,5 +68,13 @@ "name": "Default Stream Profile", "value": "1" } + }, + { + "model": "core.coresettings", + "fields": { + "key": "preferred-region", + "name": "Preferred Region", + "value": "us" } +} ]