From 7e3ac1a8e435f56653b6c30e3b74509f4166d551 Mon Sep 17 00:00:00 2001 From: Ben Adrian Sarmiento Date: Sat, 29 Jun 2024 06:17:58 +0200 Subject: [PATCH] Regardless of change --- internal/torrent/manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")