From 26a76eb8d69d1965a4cf5afd7c0afd418cb569e0 Mon Sep 17 00:00:00 2001
From: Konrad Mohrfeldt <konrad.mohrfeldt@farbdev.org>
Date: Wed, 29 Jan 2025 13:59:12 +0100
Subject: [PATCH] fix: remove old playlist reference from fixtures

---
 fixtures/test/show.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/fixtures/test/show.json b/fixtures/test/show.json
index 2a138c8c..6a7082cd 100644
--- a/fixtures/test/show.json
+++ b/fixtures/test/show.json
@@ -14,7 +14,7 @@
       "description": "Unmoderiertes Musikprogramm",
       "email": "musikredaktion@helsinki.at",
       "cba_series_id": null,
-      "default_playlist_id": null,
+      "default_media_id": null,
       "is_active": true,
       "is_public": false,
       "hosts": [
@@ -30,4 +30,3 @@
     }
   }
 ]
-
-- 
GitLab