Fix rewrites

This commit is contained in:
Ben Sarmiento
2024-05-22 02:26:20 +02:00
parent a9cc689702
commit 9990bf90ca
10 changed files with 149 additions and 114 deletions

View File

@@ -66,7 +66,7 @@ func (t *TorrentManager) processFixers(instances []realdebrid.Torrent) {
}
for _, torrent := range toRedownload {
t.redownloadTorrent(torrent, "")
t.redownloadTorrent(torrent, []string{})
}
t.writeFixersToFile()