Use to-be-deleted path that works on sagan and nixos-05

This commit is contained in:
Bill Thiede 2021-02-21 08:29:38 -08:00
parent d00d49135a
commit db29d662c6

View File

@ -18,7 +18,7 @@ use superdeduper::CompactMetadata;
use superdeduper::MovieLibrary; use superdeduper::MovieLibrary;
const MOVIE_DIR: &str = "/home/wathiede/Movies"; 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! { lazy_static! {
static ref CLEAN_TITLE_CHARS: Regex = Regex::new("[^ 0-9[:alpha:]]").unwrap(); static ref CLEAN_TITLE_CHARS: Regex = Regex::new("[^ 0-9[:alpha:]]").unwrap();