Fix unrestrict issue
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
func (rd *RealDebrid) UnrestrictUntilOk(link string, serveFromRclone bool) *UnrestrictResponse {
|
||||
func (rd *RealDebrid) UnrestrictUntilOk(link string, serveFromRclone bool) *Download {
|
||||
if !strings.HasPrefix(link, "http") {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user