fix(blocklist_handler): Fixed a breaking change between Sonarr v3 and v4

This commit is contained in:
2024-12-13 20:48:10 -07:00
parent 412cb2408e
commit b48a2efb7d
5 changed files with 47 additions and 22 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ pub struct BlocklistItem {
pub series_title: Option<String>,
pub episode_ids: Vec<Number>,
pub source_title: String,
pub language: Language,
pub languages: Vec<Language>,
pub quality: QualityWrapper,
pub date: DateTime<Utc>,
pub protocol: String,