Update returned error codes
This commit is contained in:
@@ -211,7 +211,7 @@ func (rd *RealDebrid) cacheTorrents(torrents []Torrent) {
|
||||
rd.torrentsCache = torrents
|
||||
}
|
||||
|
||||
func (rd *RealDebrid) readCachedTorrents() {
|
||||
func (rd *RealDebrid) loadCachedTorrents() {
|
||||
filePath := "data/info/all.json"
|
||||
file, err := os.Open(filePath)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user