aboutsummaryrefslogtreecommitdiff
path: root/tools/src
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-07-31 20:48:41 +0200
committermetamuffin <metamuffin@disroot.org>2023-07-31 20:48:41 +0200
commit8e8166c85a3d1f20dfeaf18f29d08d74c554fcbc (patch)
tree278a3151639cceb54a53bea7fcdb8bac5d35a9fa /tools/src
parent30306bcf5a312c8749b1b66ef0a426cf7aaee989 (diff)
downloadjellything-8e8166c85a3d1f20dfeaf18f29d08d74c554fcbc.tar
jellything-8e8166c85a3d1f20dfeaf18f29d08d74c554fcbc.tar.bz2
jellything-8e8166c85a3d1f20dfeaf18f29d08d74c554fcbc.tar.zst
other cleanup
Diffstat (limited to 'tools/src')
-rw-r--r--tools/src/bin/import.rs10
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) => {