Skip to content

Commit

Permalink
fix(set_torrent_shared_limit): add missing inactive seeding time para…
Browse files Browse the repository at this point in the history
…meter
  • Loading branch information
akosnad committed Nov 6, 2024
1 parent d19ad08 commit c5496b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/model/torrent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,8 @@ pub struct SetTorrentSharedLimitArg {
pub ratio_limit: Option<RatioLimit>,
#[cfg_attr(feature = "builder", builder(default, setter(strip_option)))]
pub seeding_time_limit: Option<SeedingTimeLimit>,
#[cfg_attr(feature = "builder", builder(default, setter(strip_option)))]
pub inactive_seeding_time_limit: Option<SeedingTimeLimit>,
}

#[derive(Debug, Clone, Copy, PartialEq, PartialOrd)]
Expand Down

0 comments on commit c5496b1

Please sign in to comment.