From 18a791635283482d4e48cb7ef00df8f908ff22ac Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 22 Dec 2023 11:59:47 +0100 Subject: tool: cleanup --- import/src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'import/src') diff --git a/import/src/lib.rs b/import/src/lib.rs index 9ed786a..6639789 100644 --- a/import/src/lib.rs +++ b/import/src/lib.rs @@ -180,7 +180,8 @@ async fn process_source( match s { ImportSource::Override(n) => insert_node(&id, n)?, ImportSource::Tmdb(_) => todo!(), - ImportSource::Media { location } => { + ImportSource::Media { location, .. } => { + // TODO use ignore options let media_path = location.path(); let metadata = spawn_blocking(move || { -- cgit v1.2.3-70-g09d2