Adjust file reads and writes
This commit is contained in:
@@ -70,7 +70,7 @@ func NewTorrentManager(cfg config.ConfigInterface, api *realdebrid.RealDebrid, w
|
||||
RemountTrigger: make(chan struct{}, 1),
|
||||
|
||||
latestState: &LibraryState{},
|
||||
allAccessKeys: mapset.NewSet[string](),
|
||||
allAccessKeys: mapset.NewSet[string](), // this is for tracking what is deleted
|
||||
}
|
||||
|
||||
t.fixers = t.readFixersFromFile()
|
||||
|
||||
Reference in New Issue
Block a user