Skip to content
Snippets Groups Projects
Verified Commit b713d2ee authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

feat: update Radio Settings serializer

parent 0d3aab2e
No related branches found
No related tags found
No related merge requests found
......@@ -1321,7 +1321,7 @@ class RadioSettingsSerializer(serializers.ModelSerializer):
def get_playout(obj) -> RadioPlayoutSettings:
return {
"line_in_channels": obj.line_in_channels,
"pools": obj.fallback_pools,
"pools": obj.pools,
}
@staticmethod
......
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