diff --git a/internal/torrent/manager.go b/internal/torrent/manager.go index a822294..8167b2d 100644 --- a/internal/torrent/manager.go +++ b/internal/torrent/manager.go @@ -262,8 +262,8 @@ func (t *TorrentManager) applyMediaInfoDetails(torrent *Torrent) error { }) if changesApplied { t.writeTorrentToFile(torrent) - t.sendTorrentToAPI(torrent) } + t.sendTorrentToAPI(torrent) if bwLimitReached { t.log.Warnf("Your account has reached the bandwidth limit, cannot apply media info details to the rest of the files") return fmt.Errorf("bandwidth limit reached")