Merge remote-tracking branch 'origin/main' into test-refactoring

This commit is contained in:
2025-12-15 07:52:47 -07:00
5 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ pub struct EpisodeFile {
pub path: String,
#[serde(deserialize_with = "super::from_i64")]
pub size: i64,
pub languages: Vec<Language>,
pub languages: Vec<Option<Language>>,
pub quality: QualityWrapper,
pub date_added: DateTime<Utc>,
pub media_info: Option<MediaInfo>,