From b14f5d3f194aa96d32fa4ced2e7cc5fc705ef22d Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 22 Dec 2023 16:01:58 +0100 Subject: rework import system pt. 6: tmdb import --- common/src/config.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'common/src') diff --git a/common/src/config.rs b/common/src/config.rs index 200249c..a520fe0 100644 --- a/common/src/config.rs +++ b/common/src/config.rs @@ -29,6 +29,7 @@ pub struct GlobalConfig { #[serde(default = "default::login_expire")] pub login_expire: i64, #[serde(default)] pub remote_credentials: HashMap, #[serde(default)] pub default_permission_set: PermissionSet, + #[serde(default)] pub tmdb_api_key: Option, } mod default { -- cgit v1.2.3-70-g09d2