Fix rewrites
This commit is contained in:
@@ -66,7 +66,7 @@ func (t *TorrentManager) processFixers(instances []realdebrid.Torrent) {
|
||||
}
|
||||
|
||||
for _, torrent := range toRedownload {
|
||||
t.redownloadTorrent(torrent, "")
|
||||
t.redownloadTorrent(torrent, []string{})
|
||||
}
|
||||
|
||||
t.writeFixersToFile()
|
||||
|
||||
Reference in New Issue
Block a user