fix: Marked Radarr studios as nullable to prevent crashes
This commit is contained in:
@@ -4082,7 +4082,7 @@ mod test {
|
||||
status: "Downloaded".to_owned(),
|
||||
overview: "Blah blah blah".to_owned(),
|
||||
path: "/nfs/movies".to_owned(),
|
||||
studio: "21st Century Alex".to_owned(),
|
||||
studio: Some("21st Century Alex".to_owned()),
|
||||
genres: genres(),
|
||||
year: 2023,
|
||||
monitored: true,
|
||||
|
||||
Reference in New Issue
Block a user