rewrite favicon discovery logic

This commit is contained in:
nkanaev
2026-05-18 21:51:59 +01:00
parent 76529c895e
commit 2f263e9803
4 changed files with 3 additions and 40 deletions

View File

@@ -49,7 +49,6 @@ func (h *Server) GetAddr() string {
func (s *Server) Start() {
refreshRate := s.db.GetSettings().RefreshRate
s.worker.FindFavicons()
s.worker.StartFeedCleaner()
s.worker.SetRefreshRate(refreshRate)
if refreshRate > 0 {