Changelog 0.3.1
This commit is contained in:
@@ -74,7 +74,11 @@ func (t *Torrent) GetMountFolder(rClonePath string) string {
|
||||
}
|
||||
|
||||
func (t *Torrent) Delete() {
|
||||
if t.Debrid == nil {
|
||||
return
|
||||
}
|
||||
t.Debrid.DeleteTorrent(t)
|
||||
|
||||
}
|
||||
|
||||
type TorrentFile struct {
|
||||
|
||||
Reference in New Issue
Block a user