Unrepairable hotfix
This commit is contained in:
@@ -77,8 +77,6 @@ func (t *TorrentManager) RefreshTorrents() []string {
|
||||
return true
|
||||
})
|
||||
|
||||
t.SetNewLatestState(t.getCurrentState())
|
||||
|
||||
return updatedPaths
|
||||
}
|
||||
|
||||
@@ -98,6 +96,7 @@ func (t *TorrentManager) startRefreshJob() {
|
||||
if t.latestState.equal(checksum) {
|
||||
continue
|
||||
}
|
||||
t.SetNewLatestState(checksum)
|
||||
t.log.Infof("Detected changes! Refreshing %d torrents", checksum.TotalCount)
|
||||
|
||||
updatedPaths := t.RefreshTorrents()
|
||||
|
||||
Reference in New Issue
Block a user