diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-02-21 12:37:00 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-02-21 12:37:00 +0100 |
| commit | e6b999628da34713fb0686e094b2b7aceb26b989 (patch) | |
| tree | 8b5ede21b85f7f3d660bc3cd156ebc538860d70a /import/src/plugins | |
| parent | 276da3a082333b2287eca2e0fb2127fc6d1619e5 (diff) | |
| download | jellything-e6b999628da34713fb0686e094b2b7aceb26b989.tar jellything-e6b999628da34713fb0686e094b2b7aceb26b989.tar.bz2 jellything-e6b999628da34713fb0686e094b2b7aceb26b989.tar.zst | |
cleanup
Diffstat (limited to 'import/src/plugins')
| -rw-r--r-- | import/src/plugins/trakt.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import/src/plugins/trakt.rs b/import/src/plugins/trakt.rs index bb4a1b0..c7ad53e 100644 --- a/import/src/plugins/trakt.rs +++ b/import/src/plugins/trakt.rs @@ -260,7 +260,7 @@ pub enum TraktPeopleGroup { Art, #[serde(rename = "crew")] Crew, - #[serde(rename = "costume & make-up")] //? they really use that in as a key?! + #[serde(rename = "costume & make-up")] CostumeMakeup, #[serde(rename = "directing")] Directing, |