Restore to before debugging.

This commit is contained in:
Brent Simmons
2024-12-14 20:47:17 -08:00
parent 8110603635
commit d97de7dda6

View File

@@ -38,8 +38,7 @@ public final class FeedIconDownloader {
init() {
// let folder = AppConfig.cacheSubfolder(named: "FeedIcons")
let folder = URL(fileURLWithPath: "/Users/brent/Desktop/")
let folder = AppConfig.cacheSubfolder(named: "FeedIcons")
self.feedURLToIconURLCachePath = folder.appendingPathComponent("FeedURLToIconURLCache.plist")
loadFeedURLToIconURLCache()