Fix build error.

This commit is contained in:
Brent Simmons
2025-01-30 21:27:01 -08:00
parent f91d673b5d
commit 6e82063aa9

View File

@@ -61,7 +61,8 @@ final class FaviconDownloader {
init() {
let folder = AppConfig.cacheSubfolder(named: "Favicons")
let folderURL = AppConfig.cacheSubfolder(named: "Favicons")
let folder = folderURL.path
self.folder = folder
self.diskCache = BinaryDiskCache(folder: folder)
self.queue = DispatchQueue(label: "FaviconDownloader serial queue - \(folder)")