Fixed a subtle bug when downloading movies where the movie_id needs to be specified in the POST to the releases endpoint
This commit is contained in:
@@ -458,6 +458,7 @@ pub struct Release {
|
||||
pub struct ReleaseDownloadBody {
|
||||
pub guid: String,
|
||||
pub indexer_id: u64,
|
||||
pub movie_id: u64,
|
||||
}
|
||||
|
||||
#[derive(Default, PartialEq, Eq, Clone, Copy, Debug, EnumIter, Display)]
|
||||
|
||||
Reference in New Issue
Block a user