Resolve linter issues

This commit is contained in:
Ben Sarmiento
2023-12-06 20:49:01 +01:00
parent 743ac0e6d3
commit 6783011dcc
3 changed files with 0 additions and 29 deletions

View File

@@ -173,7 +173,6 @@ func (t *TorrentManager) getMoreInfo(rdTorrent realdebrid.Torrent) *Torrent {
// all links are still intact! good!
for i, file := range selectedFiles {
file.Link = info.Links[i]
i++
}
}
torrent.SelectedFiles = cmap.New[*File]()