feat(network): Support for downloading releases from Sonarr

This commit is contained in:
2024-11-22 19:33:29 -07:00
parent cea4632a22
commit 896c50909a
8 changed files with 96 additions and 19 deletions
+1 -1
View File
@@ -414,7 +414,7 @@ pub struct RatingsList {
#[derive(Default, Serialize, Debug, PartialEq, Eq, Clone)]
#[serde(rename_all = "camelCase")]
pub struct ReleaseDownloadBody {
pub struct RadarrReleaseDownloadBody {
pub guid: String,
pub indexer_id: i64,
pub movie_id: i64,