From c8202389ab9e5b432680c14f1cb83605df4ca6fc Mon Sep 17 00:00:00 2001
From: Ernesto Rico Schmidt <ernesto@helsinki.at>
Date: Wed, 22 Jan 2025 15:21:08 -0400
Subject: [PATCH] =?UTF-8?q?fix:=20update=20help=5Ftext=20to=20reflect=20it?=
 =?UTF-8?q?=E2=80=99s=20now=20Media?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 program/serializers.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/program/serializers.py b/program/serializers.py
index 2cb2a70..ebcc132 100644
--- a/program/serializers.py
+++ b/program/serializers.py
@@ -1221,7 +1221,7 @@ class EpisodeSerializer(
         queryset=Media.objects.all(),
         required=False,
         allow_null=True,
-        help_text="Playlist ID.",
+        help_text="`Media` ID.",
     )
     timeslot_ids = serializers.SerializerMethodField(
         help_text=(
-- 
GitLab