fix(network): Made the overview field nullable in the Sonarr series model

This commit is contained in:
2024-11-23 12:23:33 -07:00
parent 4d92c350de
commit 374819b4f3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ pub struct Series {
pub ratings: Rating,
pub ended: bool,
pub status: SeriesStatus,
pub overview: String,
pub overview: Option<String>,
pub network: Option<String>,
pub season_folder: bool,
pub certification: Option<String>,