Refer to FaviconDownloader.shared.

This commit is contained in:
Brent Simmons 2024-06-26 23:13:54 -07:00
parent cd0dd240e4
commit 6eea4c31c8
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ extension Account: SmallIconProvider {
extension Feed: SmallIconProvider {
@MainActor var smallIcon: IconImage? {
if let iconImage = appDelegate.faviconDownloader.favicon(for: self) {
if let iconImage = FaviconDownloader.shared.favicon(for: self) {
return iconImage
}
return FaviconGenerator.favicon(self)