Remove extra downloads directory
This commit is contained in:
@@ -592,7 +592,7 @@ func (t *TorrentManager) canCapacityHandle() bool {
|
||||
func (t *TorrentManager) markAsUnplayable(torrent *Torrent) {
|
||||
accessKey := t.GetKey(torrent)
|
||||
for _, directory := range t.Config.GetDirectories() {
|
||||
if directory == config.DOWNLOADS || directory == config.DUMPED_TORRENTS {
|
||||
if directory == config.DUMPED_TORRENTS {
|
||||
return
|
||||
}
|
||||
torrents, _ := t.DirectoryMap.Get(directory)
|
||||
|
||||
Reference in New Issue
Block a user