diff options
author | metamuffin <metamuffin@disroot.org> | 2024-01-21 23:38:28 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-01-21 23:38:28 +0100 |
commit | b127ee51925f59b306b032dbacc11464ed175a60 (patch) | |
tree | b7097c20a560019f90394de9e21da4c498aadabb /tool/src | |
parent | a8fe841aaefe904121d936e608572a1422191167 (diff) | |
download | jellything-b127ee51925f59b306b032dbacc11464ed175a60.tar jellything-b127ee51925f59b306b032dbacc11464ed175a60.tar.bz2 jellything-b127ee51925f59b306b032dbacc11464ed175a60.tar.zst |
refactor tmdb api, cast&crew, node ext
Diffstat (limited to 'tool/src')
-rw-r--r-- | tool/src/add.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/src/add.rs b/tool/src/add.rs index 9cb1180..4645846 100644 --- a/tool/src/add.rs +++ b/tool/src/add.rs @@ -93,7 +93,7 @@ pub(crate) async fn add(action: Action) -> anyhow::Result<()> { let mut sources = Vec::new(); sources.push(ImportSource::Trakt { - id: trakt_object.ids.trakt, + id: trakt_object.ids.trakt.unwrap(), kind: trakt_kind, }); if let Some(media) = media { |