Add library update hook on repair all

This commit is contained in:
Ben Sarmiento
2023-12-07 15:58:22 +01:00
parent 10aac20030
commit 845a01d7f3
5 changed files with 18 additions and 10 deletions

View File

@@ -56,7 +56,7 @@ func (rd *RealDebrid) UnrestrictCheck(link string) (*Download, error) {
return nil, err
}
rd.log.Info("Link %s is streamable? %v", response.Streamable)
rd.log.Debugf("Link %s is streamable? %v", response.Streamable)
return &response, nil
}