diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/src/config.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/config.rs b/common/src/config.rs index 4ec43eb..e2f4e62 100644 --- a/common/src/config.rs +++ b/common/src/config.rs @@ -73,6 +73,7 @@ pub struct FederationAccount { #[derive(Serialize, Deserialize, Debug, Default)] pub struct ApiSecrets { + pub acoustid: Option<String>, pub tmdb: Option<String>, pub tvdb: Option<String>, pub imdb: Option<String>, |