We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cbeebc commit 0ba61b0Copy full SHA for 0ba61b0
crates/service/src/settings/targets/audiobookshelf.rs
@@ -13,8 +13,6 @@ pub struct Audiobookshelf {
13
pub url: String,
14
/// Authentication credentials
15
pub auth: Auth,
16
- /// Trigger to hit (must be type: manual) (default: manual)
17
- pub trigger: Option<String>,
18
/// Rewrite path for the file
19
pub rewrite: Option<Rewrite>,
20
}
0 commit comments