diff --git a/internal/torrent/refresh.go b/internal/torrent/refresh.go index 27becbc..f4ea40e 100644 --- a/internal/torrent/refresh.go +++ b/internal/torrent/refresh.go @@ -63,6 +63,7 @@ func (t *TorrentManager) RefreshTorrents() []string { torrents.Set(accessKey, tor) updatedPaths = append(updatedPaths, fmt.Sprintf("%s/%s", directory, accessKey)) }) + t.log.Infof("Added %s to the library", accessKey) t.allAccessKeys.Add(accessKey) return true })