Refinements
This commit is contained in:
@@ -49,8 +49,10 @@ func createSingleTorrentResponse(basePath string, torrents []torrent.Torrent, t
|
||||
for _, torrent := range torrents {
|
||||
for _, file := range torrent.SelectedFiles {
|
||||
if file.Link == "" {
|
||||
// TODO: trigger a re-add for the file
|
||||
log.Println("File has no link, skipping", file.Path)
|
||||
// TODO: trigger a re-add for the file
|
||||
// It is selected but no link is available
|
||||
// I think this is handled on the manager side so we just need to refresh
|
||||
t.RefreshInfo(torrent.ID)
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user