feat(handler): Blocklist handler support

This commit is contained in:
2024-12-02 16:37:46 -07:00
parent f0d8555a8a
commit 4b7185fbb0
8 changed files with 1284 additions and 4 deletions
+2
View File
@@ -78,6 +78,8 @@ pub struct BlocklistItem {
pub id: i64,
#[serde(deserialize_with = "super::from_i64")]
pub series_id: i64,
#[serde(skip_serializing_if = "Option::is_none")]
pub series_title: Option<String>,
pub episode_ids: Vec<Number>,
pub source_title: String,
pub language: Language,