- Add support for per-file deletion
- Per-file repair instead of per-torrent - Fix issues with LoadLocation - Fix other minor bug fixes woth torbox
This commit is contained in:
@@ -30,6 +30,7 @@ type File struct {
|
||||
cache *debrid.Cache
|
||||
fileId string
|
||||
torrentName string
|
||||
torrentId string
|
||||
|
||||
modTime time.Time
|
||||
|
||||
@@ -45,6 +46,7 @@ type File struct {
|
||||
|
||||
downloadLink string
|
||||
link string
|
||||
canDelete bool
|
||||
}
|
||||
|
||||
// File interface implementations for File
|
||||
|
||||
Reference in New Issue
Block a user