mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix build error.
This commit is contained in:
@@ -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)")
|
||||
|
||||
Reference in New Issue
Block a user