Delete failed download link for next retry

This commit is contained in:
Mukhtar Akere
2025-10-15 11:56:15 +01:00
parent b1b6353fb3
commit 2a4f09c06d
6 changed files with 46 additions and 0 deletions

View File

@@ -27,4 +27,5 @@ type Client interface {
GetProfile() (*types.Profile, error)
GetAvailableSlots() (int, error)
SyncAccounts() error // Updates each accounts details(like traffic, username, etc.)
DeleteDownloadLink(account *account.Account, downloadLink types.DownloadLink) error
}