Prevent iCloud backups of downloads

This commit is contained in:
ronaldheft
2022-08-11 13:46:30 -04:00
parent 02eabb82c1
commit 8edeefc1cd
3 changed files with 27 additions and 9 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ struct DownloadItemPart: Realmable, Codable {
var destinationUri: String?
var destinationURL: URL? {
if let destinationUri = self.destinationUri {
return AbsDownloader.downloadsDirectory.appendingPathComponent(destinationUri)
return AbsDownloader.itemDownloadFolder(path: destinationUri)!
} else {
return nil
}