Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
fix #27
Browse files Browse the repository at this point in the history
  • Loading branch information
itsToggle authored Jan 10, 2023
1 parent a9c52d8 commit b23b534
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/realdebrid/realdebrid.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ maxFileLength = 255
canWriteUnnormalized = true
canReadUnnormalized = true
canReadRenormalized = false
canStream = false
canStream = true
*/

import (
Expand Down Expand Up @@ -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
}

Expand Down

0 comments on commit b23b534

Please sign in to comment.