Fixed output path being nullable bug for downloads

This commit is contained in:
2023-08-08 10:50:05 -06:00
parent 83446b32d3
commit fe8150b923
3 changed files with 7 additions and 4 deletions
+3 -1
View File
@@ -2197,7 +2197,9 @@ mod test {
id: Number::from(1),
size: Number::from(3543348019u64),
sizeleft: Number::from(1771674009u64),
output_path: HorizontallyScrollableText::from("/nfs/movies/Test".to_owned()),
output_path: Some(HorizontallyScrollableText::from(
"/nfs/movies/Test".to_owned(),
)),
indexer: "kickass torrents".to_owned(),
download_client: "transmission".to_owned(),
}