mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-27 03:51:03 +08:00
Complete notification.py
This commit is contained in:
@@ -26,3 +26,22 @@ class Episode:
|
||||
group: str
|
||||
resolution: str
|
||||
source: str
|
||||
|
||||
|
||||
@dataclass
|
||||
class SeasonInfo(dict):
|
||||
official_title: str
|
||||
title_raw: str
|
||||
season: int
|
||||
season_raw: str
|
||||
group: str
|
||||
filter: list | None
|
||||
offset: int | None
|
||||
dpi: str
|
||||
source: str
|
||||
subtitle: str
|
||||
added: bool
|
||||
eps_collect: bool
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user