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

feat: add fallback pools

parent e7e91e26
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ class RadioSettingsAdmin(admin.ModelAdmin):
),
("Programme", {"fields": [("fallback_show", "fallback_default_pool"), "micro_show"]}),
("CBA", {"fields": ["cba_api_key", "cba_domains"]}),
("Playout", {"fields": ["line_in_channels"]}),
("Playout", {"fields": ["line_in_channels", "fallback_pools"]}),
]
formfield_overrides = {
JSONField: {
......
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