From 1d7afc2f1372e46a102d088242bbccec5ba5af4e Mon Sep 17 00:00:00 2001 From: A Farzat Date: Wed, 8 Oct 2025 18:10:46 +0300 Subject: Add a title attribute to subscriptions --- components/subscriptions/typing.py | 1 + 1 file changed, 1 insertion(+) (limited to 'components/subscriptions/typing.py') diff --git a/components/subscriptions/typing.py b/components/subscriptions/typing.py index c16d636..3e49d53 100644 --- a/components/subscriptions/typing.py +++ b/components/subscriptions/typing.py @@ -6,6 +6,7 @@ from components.videos import VideoTuple class SubsDict(TypedDict): _id: str link: str + title: str time_between_fetches: int # In seconds. last_fetch: datetime last_video_update: datetime -- cgit v1.2.3-70-g09d2