Skip to content
Snippets Groups Projects
Commit 62c01d4d authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix: include id in radio settings

parent d8206c40
No related branches found
No related tags found
No related merge requests found
......@@ -1092,7 +1092,7 @@ class RadioSettingsSerializer(serializers.ModelSerializer):
station = serializers.SerializerMethodField()
class Meta:
read_only_fields = ("cba", "playout", "programme", "station")
read_only_fields = ("id", "cba", "playout", "programme", "station")
fields = read_only_fields
model = RadioSettings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment