almost downloading complete
This commit is contained in:
@@ -32,4 +32,13 @@ pub fn app_cache_dir() -> Option<PathBuf> {
|
||||
|
||||
pub fn posters_cache_dir() -> Option<PathBuf> {
|
||||
app_cache_dir().map(|d| d.join("posters"))
|
||||
}
|
||||
}
|
||||
|
||||
pub fn downloads_dir() -> Option<PathBuf> {
|
||||
app_config_dir().map(|d| d.join("downloads"))
|
||||
}
|
||||
|
||||
pub fn temp_downloads_dir() -> Option<PathBuf> {
|
||||
app_config_dir().map(|d| d.join("temp"))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user