diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-02-05 21:20:21 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-02-05 21:20:21 +0100 |
| commit | 17be68281eae0be371be63db4c59d4ecaf2f1ba4 (patch) | |
| tree | 22590a81a3d352e604096c0a8c9ea712e221f950 /import/src | |
| parent | 8ec94477fb5efae62dcfee31cede87eb400bf02d (diff) | |
| download | jellything-17be68281eae0be371be63db4c59d4ecaf2f1ba4.tar jellything-17be68281eae0be371be63db4c59d4ecaf2f1ba4.tar.bz2 jellything-17be68281eae0be371be63db4c59d4ecaf2f1ba4.tar.zst | |
migrate server to new db trait
Diffstat (limited to 'import/src')
| -rw-r--r-- | import/src/plugins/acoustid.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import/src/plugins/acoustid.rs b/import/src/plugins/acoustid.rs index 81bf359..f55faad 100644 --- a/import/src/plugins/acoustid.rs +++ b/import/src/plugins/acoustid.rs @@ -200,7 +200,7 @@ impl ImportPlugin for AcoustID { ); txn.update(node, ob)?; Ok(()) - }); + })?; }; Ok(()) } |