fix: Fixed breaking Sonarr Episode file API calls after recent Sonarr API update

This commit is contained in:
2025-12-12 09:17:36 -07:00
parent c4e8d64710
commit ae506789ab
4 changed files with 10 additions and 4 deletions
@@ -228,7 +228,7 @@ pub(in crate::handlers::sonarr_handlers) mod utils {
path: "/nfs/tv/series/season 1/episode 1.mkv".to_owned(),
size: 3543348019,
quality: quality_wrapper(),
languages: vec![language()],
languages: vec![Some(language())],
date_added: DateTime::from(DateTime::parse_from_rfc3339("2024-02-10T07:28:45Z").unwrap()),
media_info: Some(media_info()),
}