Use keys instead
This commit is contained in:
@@ -22,7 +22,7 @@ func (t *TorrentManager) fixerAddCommand(trigger, command string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (t *TorrentManager) processFixers(instances []realdebrid.Torrent) {
|
func (t *TorrentManager) processFixers(instances []realdebrid.Torrent) {
|
||||||
t.log.Debugf("Processing fixers (%d left: %v)", t.fixers.Count(), t.fixers)
|
t.log.Debugf("Processing fixers (%d left: %v)", t.fixers.Count(), t.fixers.Keys())
|
||||||
var toDelete []string
|
var toDelete []string
|
||||||
var toRedownload []*Torrent
|
var toRedownload []*Torrent
|
||||||
allTorrents, _ := t.DirectoryMap.Get(INT_ALL)
|
allTorrents, _ := t.DirectoryMap.Get(INT_ALL)
|
||||||
|
|||||||
Reference in New Issue
Block a user