Skip to content

Commit 0ba61b0

Browse files
committed
fix(targets): remove unused trigger field from Audiobookshelf struct
1 parent 3cbeebc commit 0ba61b0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/service/src/settings/targets/audiobookshelf.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ pub struct Audiobookshelf {
1313
pub url: String,
1414
/// Authentication credentials
1515
pub auth: Auth,
16-
/// Trigger to hit (must be type: manual) (default: manual)
17-
pub trigger: Option<String>,
1816
/// Rewrite path for the file
1917
pub rewrite: Option<Rewrite>,
2018
}

0 commit comments

Comments
 (0)