diff --git a/backend/realdebrid/realdebrid.go b/backend/realdebrid/realdebrid.go index a4a897b25101f..50deffa693a6e 100644 --- a/backend/realdebrid/realdebrid.go +++ b/backend/realdebrid/realdebrid.go @@ -12,7 +12,7 @@ maxFileLength = 255 canWriteUnnormalized = true canReadUnnormalized = true canReadRenormalized = false -canStream = false +canStream = true */ import ( @@ -1240,6 +1240,7 @@ func (f *Fs) remove(ctx context.Context, id ...string) (err error) { _, _ = f.srv.CallJSON(ctx, &opts, nil, &result) } } + lastcheck = time.Now().Unix() - interval return nil }