diff options
author | metamuffin <metamuffin@disroot.org> | 2023-07-31 20:48:41 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-07-31 20:48:41 +0200 |
commit | 8e8166c85a3d1f20dfeaf18f29d08d74c554fcbc (patch) | |
tree | 278a3151639cceb54a53bea7fcdb8bac5d35a9fa /tools/src/bin/import.rs | |
parent | 30306bcf5a312c8749b1b66ef0a426cf7aaee989 (diff) | |
download | jellything-8e8166c85a3d1f20dfeaf18f29d08d74c554fcbc.tar jellything-8e8166c85a3d1f20dfeaf18f29d08d74c554fcbc.tar.bz2 jellything-8e8166c85a3d1f20dfeaf18f29d08d74c554fcbc.tar.zst |
other cleanup
Diffstat (limited to 'tools/src/bin/import.rs')
-rw-r--r-- | tools/src/bin/import.rs | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tools/src/bin/import.rs b/tools/src/bin/import.rs index 1fff206..c048eb5 100644 --- a/tools/src/bin/import.rs +++ b/tools/src/bin/import.rs @@ -182,15 +182,7 @@ fn main() -> anyhow::Result<()> { Ok(()) } - Action::Set { - poster, - clear_inputs, - description, - tagline, - input, - item, - title, - } => { + Action::Set { .. } => { // let mut iteminfo: ItemInfo = match File::open(item.clone()) { // Ok(f) => serde_json::from_reader(f)?, // Err(e) => { |