Move downloads to XDG_CACHE_HOME.
This commit is contained in:
parent
7aa86bcec4
commit
7466719741
@ -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()
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user