Skip to content

Commit d6770ce

Browse files
committed
fix: remove record param from Channel.to_dict()
1 parent 88e326a commit d6770ce

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

videodb/capture.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ def to_dict(self) -> Dict[str, Any]:
9191
"channel_id": self.id,
9292
"type": self.type,
9393
"name": self.name,
94-
"record": True,
9594
"store": self.store,
9695
"is_primary": self.is_primary,
9796
}

0 commit comments

Comments
 (0)