aboutsummaryrefslogtreecommitdiff
path: root/common/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/config.rs')
-rw-r--r--common/src/config.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/src/config.rs b/common/src/config.rs
index 4e90cf0..d9f2a8e 100644
--- a/common/src/config.rs
+++ b/common/src/config.rs
@@ -46,9 +46,11 @@ pub struct FederationAccount {
#[serde(default = "return_true")]
pub tls: bool,
}
+
#[derive(Serialize, Deserialize, Debug)]
pub struct ApiSecrets {
pub tmdb: Option<String>,
+ pub tvdb: Option<String>,
pub imdb: Option<String>,
pub omdb: Option<String>,
pub fanart_tv: Option<String>,