master
Edzell 2022-04-21 21:12:32 +02:00
parent e1105f6202
commit eb79c1a659
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ func (cc *contentConn) fromCache(filename, base64SHA1 string) bool {
if !os.IsNotExist(err) {
cc.log("->", "cache", err)
}
return false
}