Regardless of change

This commit is contained in:
Ben Adrian Sarmiento
2024-06-29 06:17:58 +02:00
parent fdc96a62ee
commit 7e3ac1a8e4

View File

@@ -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")