experimental

This commit is contained in:
Mukhtar Akere
2025-03-15 21:08:15 +01:00
parent b4e4db27fb
commit 2d29996d2c
11 changed files with 281 additions and 127 deletions

View File

@@ -329,7 +329,7 @@ func (tb *Torbox) GetCheckCached() bool {
}
func (tb *Torbox) GetTorrents() ([]*torrent.Torrent, error) {
return nil, fmt.Errorf("not implemented")
return nil, nil
}
func New(dc config.Debrid, cache *cache.Cache) *Torbox {