assigned links
This commit is contained in:
@@ -47,7 +47,7 @@ func ServeTorrentsListForInfuse(directory string, torMgr *torrent.TorrentManager
|
||||
if !ok || tor.AllInProgress() {
|
||||
continue
|
||||
}
|
||||
buf.WriteString(dav.BaseDirectory(torMgr.GetKey(tor), tor.LatestAdded))
|
||||
buf.WriteString(dav.BaseDirectory(torMgr.GetKey(tor), tor.Added))
|
||||
}
|
||||
buf.WriteString("</d:multistatus>")
|
||||
return buf.Bytes(), nil
|
||||
|
||||
Reference in New Issue
Block a user