fix(arr): allow the candidate DTO its five bools

This commit is contained in:
Miguel Palhas
2026-08-25 02:46:56 +01:00
parent e850ddff81
commit 22faad66ca
+2
View File
@@ -106,6 +106,8 @@ const fn sync_name(sync: arr_db::SubtitleSync) -> &'static str {
/// Rejected candidates are in the same list rather than hidden: §9.3's rule
/// is that every rejected row names the rule that killed it, so an
/// over-strict filter is visible without reading names.
// Five independent facts, not a state machine: every combination occurs.
#[allow(clippy::struct_excessive_bools)]
#[derive(Debug, Clone, Serialize, ToSchema)]
pub struct SubtitleCandidate {
/// The provider offering it, and its own handle for it. Both travel back