Fixed file not found error

This commit is contained in:
2023-12-13 06:25:49 +08:00
parent 4efd346ce1
commit c22cdac1cb
2 changed files with 6 additions and 9 deletions

View File

@@ -73,7 +73,7 @@ func CacheStreamEx( path string, readStream func() ( io.ReadCloser, error ) ) (
}
}
return &cs, err
return &cs, nil
}