aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-04-23 12:00:09 +0200
committermetamuffin <metamuffin@disroot.org>2025-04-23 12:00:09 +0200
commit81b7026e10cb4aa131e61920449cd52a54897952 (patch)
tree56fe08bcd4183e8ec1e933b339c9cbd2a2062b62 /common
parentd1ef44b1289ad0de08c757b3216eb226da7450d9 (diff)
downloadjellything-81b7026e10cb4aa131e61920449cd52a54897952.tar
jellything-81b7026e10cb4aa131e61920449cd52a54897952.tar.bz2
jellything-81b7026e10cb4aa131e61920449cd52a54897952.tar.zst
more work on acoustid and import existing musicbrainz tags
Diffstat (limited to 'common')
-rw-r--r--common/src/config.rs1
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>,