Mount downloads directory
This commit is contained in:
@@ -152,7 +152,7 @@ func (t *TorrentManager) repair(torrent *Torrent) {
|
||||
unassignedDownloads := make([]*realdebrid.Download, 0)
|
||||
torrent.UnassignedLinks.Each(func(link string) bool {
|
||||
unrestrict := t.UnrestrictUntilOk(link)
|
||||
if unrestrict != nil && unrestrict.Link != "" {
|
||||
if unrestrict != nil {
|
||||
// assign to a selected file
|
||||
assigned := false
|
||||
torrent.SelectedFiles.IterCb(func(_ string, file *File) {
|
||||
|
||||
Reference in New Issue
Block a user