feat(handler): Full handler support for the Season details UI in Sonarr
This commit is contained in:
@@ -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()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user