add video_protocol.rs, commands.rs, main.rs, and index.html

This commit is contained in:
2026-02-19 11:23:37 +02:00
parent e5f5f7985b
commit 28cc8491c2
6 changed files with 1274 additions and 20 deletions

View File

@@ -1438,7 +1438,7 @@ impl Library {
/// This method signals any previous scan to stop, then prepares the
/// pending list. The actual scanning is driven externally via
/// `get_pending_scans()` and `apply_scanned_duration()`.
pub fn start_duration_scan(&mut self, _state_dir: PathBuf) {
pub fn start_duration_scan(&mut self) {
// Signal any running scan to stop.
self.scan_stop.store(true, Ordering::SeqCst);
// Create a fresh stop flag for any new scan cycle.