Skip to content
Snippets Groups Projects
Verified Commit ce7f3106 authored by Chris Pastl's avatar Chris Pastl Committed by Ole Binder
Browse files

refactor: adapt local Show and Episode model

parent dfbbd39f
No related branches found
No related tags found
1 merge request!46Steering playout schema and virtual timeslot integration
......@@ -279,21 +279,14 @@ Show = NamedTuple(
[
("id", str),
("name", str),
("type", str),
("cat", str),
("funding_cat", str),
("music_focus", str),
],
)
Episode = NamedTuple(
"Episode",
[
("id", str),
("title", str),
("hosts", list[str]),
("languages", list[str]),
("topics", list[str]),
("memo", str),
],
)
......
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