Regardless of change
This commit is contained in:
@@ -262,8 +262,8 @@ func (t *TorrentManager) applyMediaInfoDetails(torrent *Torrent) error {
|
|||||||
})
|
})
|
||||||
if changesApplied {
|
if changesApplied {
|
||||||
t.writeTorrentToFile(torrent)
|
t.writeTorrentToFile(torrent)
|
||||||
t.sendTorrentToAPI(torrent)
|
|
||||||
}
|
}
|
||||||
|
t.sendTorrentToAPI(torrent)
|
||||||
if bwLimitReached {
|
if bwLimitReached {
|
||||||
t.log.Warnf("Your account has reached the bandwidth limit, cannot apply media info details to the rest of the files")
|
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")
|
return fmt.Errorf("bandwidth limit reached")
|
||||||
|
|||||||
Reference in New Issue
Block a user