account for subchannel api change

This commit is contained in:
Corban-Lee Jones 2024-07-23 10:10:42 +01:00
parent 20684b7aa7
commit 5786f68086

View File

@ -316,6 +316,7 @@ class SubChannel(DjangoDataModel):
id: int
channel_id: int
channel_name: str
subscription: int
@staticmethod