- Add support for merging files from torrents with the same name

- Add infohash as a folder naming
- Other minor bugs
This commit is contained in:
Mukhtar Akere
2025-04-22 19:32:55 +01:00
parent 2139d3a175
commit fb39e92a88
5 changed files with 45 additions and 13 deletions

View File

@@ -77,6 +77,7 @@ func (t *Torrent) GetMountFolder(rClonePath string) (string, error) {
}
type File struct {
TorrentId string `json:"torrent_id"`
Id string `json:"id"`
Name string `json:"name"`
Size int64 `json:"size"`