diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-01-16 17:14:48 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-01-16 17:14:48 +0100 |
| commit | ce2b34851d38dc28d6ffbbb4fe563e226acb7445 (patch) | |
| tree | 04ea331b4549df0d1a0b62e854d65f14137f528c /import/src/plugins/infojson.rs | |
| parent | 30e13399fa9f815cd1884fe87914cdb22d1985af (diff) | |
| download | jellything-ce2b34851d38dc28d6ffbbb4fe563e226acb7445.tar jellything-ce2b34851d38dc28d6ffbbb4fe563e226acb7445.tar.bz2 jellything-ce2b34851d38dc28d6ffbbb4fe563e226acb7445.tar.zst | |
finish refactoring import crate
Diffstat (limited to 'import/src/plugins/infojson.rs')
| -rw-r--r-- | import/src/plugins/infojson.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/import/src/plugins/infojson.rs b/import/src/plugins/infojson.rs index 72dd1ab..3e6bdb8 100644 --- a/import/src/plugins/infojson.rs +++ b/import/src/plugins/infojson.rs @@ -205,9 +205,7 @@ impl ImportPlugin for Infojson { } ct.dba.nodes.update(txn, parent, node) - }); - - Ok(()) + }) } fn media(&self, ct: &ImportContext, row: RowNum, _path: &Path, seg: &Segment) -> Result<()> { |