Trigger repair on initial run
This commit is contained in:
@@ -141,9 +141,11 @@ func (t *TorrentManager) getMoreInfo(rdTorrent realdebrid.Torrent) *Torrent {
|
||||
if torrentFromCache, exists := infoCache.Get(rdTorrent.ID); exists &&
|
||||
!torrentFromCache.AnyInProgress() &&
|
||||
torrentFromCache.SelectedFiles.Count() == len(rdTorrent.Links) {
|
||||
|
||||
return torrentFromCache
|
||||
|
||||
} else if !exists {
|
||||
|
||||
torrentFromFile := t.readTorrentFromFile(rdTorrent.ID)
|
||||
|
||||
if torrentFromFile != nil &&
|
||||
|
||||
Reference in New Issue
Block a user