Fix directory mapping
This commit is contained in:
@@ -16,7 +16,7 @@ type ConfigInterface interface {
|
||||
EnableRepair() bool
|
||||
GetPort() string
|
||||
GetDirectories() []string
|
||||
MeetsConditions(directory, fileID, fileName string) bool
|
||||
MeetsConditions(directory, torrentID, torrentName string, fileNames []string) bool
|
||||
}
|
||||
|
||||
func LoadZurgConfig(filename string) (ConfigInterface, error) {
|
||||
|
||||
Reference in New Issue
Block a user