Send to unplayable directory

This commit is contained in:
Ben Sarmiento
2024-01-07 15:14:23 +01:00
parent 72f7b0f1e5
commit 56a07709f6
2 changed files with 9 additions and 3 deletions

View File

@@ -64,9 +64,6 @@ func (t *TorrentManager) RefreshTorrents() []string {
}
var directories []string
t.assignedDirectoryCb(tor, func(directory string) {
if strings.HasPrefix(directory, "int__") {
return
}
torrents, _ := t.DirectoryMap.Get(directory)
torrents.Set(accessKey, tor)
updatedPaths = append(updatedPaths, fmt.Sprintf("%s/%s", directory, accessKey))