Remove expose full path
This commit is contained in:
@@ -10,11 +10,12 @@ import (
|
||||
// fixers are commands that will be run on the next refresh
|
||||
// they are stored in a file so that they can be run on startup
|
||||
// they follow the format of:
|
||||
// <id_trigger>: <command> <id>
|
||||
// id_trigger = this means a specific torrent id's completion
|
||||
// key: <id_trigger> value: <command>
|
||||
// id_trigger: this means a specific torrent id's completion
|
||||
// commands: delete | repair
|
||||
|
||||
func (t *TorrentManager) fixerAddCommand(trigger, command string) {
|
||||
t.log.Debugf("Adding fixer command: %s %s", trigger, command)
|
||||
t.fixers.Set(trigger, command)
|
||||
t.writeFixersToFile()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user