diff --git a/src/main.rs b/src/main.rs index 4e8cf3e..c811849 100644 --- a/src/main.rs +++ b/src/main.rs @@ -18,7 +18,7 @@ use superdeduper::CompactMetadata; use superdeduper::MovieLibrary; const MOVIE_DIR: &str = "/home/wathiede/Movies"; -const TO_BE_REMOVED_DIR: &str = "/storage/media/to-be-deleted/"; +const TO_BE_REMOVED_DIR: &str = "/home/wathiede/to-be-deleted/"; lazy_static! { static ref CLEAN_TITLE_CHARS: Regex = Regex::new("[^ 0-9[:alpha:]]").unwrap();