feat(handler): Full handler support for the Season details UI in Sonarr

This commit is contained in:
2024-12-11 23:18:37 -07:00
parent ed2211586e
commit a84324d3bc
21 changed files with 1727 additions and 115 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ mod tests {
#[test]
fn test_episode_display() {
let episode = Episode {
title: Some("Test Title".to_owned()),
title: "Test Title".to_owned(),
..Episode::default()
};