Move downloads to XDG_CACHE_HOME.

This commit is contained in:
Daniel Aleksandersen 2018-08-11 00:29:59 +00:00
parent 7aa86bcec4
commit 7466719741

View File

@ -139,7 +139,7 @@ pub mod xdg_dirs {
/// GNOME Podcasts Download Direcotry `PathBuf`.
pub static ref DL_DIR: PathBuf = {
PODCASTS_XDG.create_data_directory("Downloads").unwrap()
PODCASTS_XDG.create_cache_directory("Downloads").unwrap()
};
}
}