add video_protocol.rs, commands.rs, main.rs, and index.html
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user