From fdaa18968c5b3d923c93527efaeeb81cbd9b4d88 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 2 Oct 2023 00:48:07 +0200 Subject: in-memory cached seek index --- import/src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'import/src') diff --git a/import/src/main.rs b/import/src/main.rs index 1219d54..e04abe5 100644 --- a/import/src/main.rs +++ b/import/src/main.rs @@ -17,7 +17,7 @@ use jellycommon::{ NodePrivate, NodePublic, Rating, }; use jellymatroska::read::EbmlReader; -use jellyremuxer::{import::import_metadata, seek_index}; +use jellyremuxer::import::import_metadata; use log::{info, warn}; use rand::random; use std::{ @@ -372,7 +372,6 @@ fn main() -> anyhow::Result<()> { } std::os::unix::fs::symlink(&input, &source_path)?; } - seek_index::write_all(&source_path)?; } let f = File::create(path.join(if series { "directory.json" -- cgit v1.2.3-70-g09d2