fix file regex filter
This commit is contained in:
@@ -355,7 +355,7 @@ func (t *TorrentManager) mapToDirectories() {
|
||||
|
||||
for _, directory := range directories {
|
||||
var filenames []string
|
||||
for _, file := range t.torrents[i].Files {
|
||||
for _, file := range t.torrents[i].SelectedFiles {
|
||||
filenames = append(filenames, file.Path)
|
||||
}
|
||||
if configV1.MeetsConditions(directory, t.torrents[i].ID, t.torrents[i].Name, filenames) {
|
||||
|
||||
Reference in New Issue
Block a user