Fix access key set not updating properly
This commit is contained in:
@@ -65,6 +65,7 @@ func (gf *GetFile) HandleGetRequest(directory, torrentName, fileName string, res
|
||||
}
|
||||
}
|
||||
|
||||
log.Debugf("Opening file %s from torrent %s (%s)", fileName, torrentName, link)
|
||||
unrestrict := torMgr.UnrestrictUntilOk(link)
|
||||
if unrestrict == nil {
|
||||
// log.Warnf("File %s is no longer available, link %s", filepath.Base(file.Path), link)
|
||||
|
||||
Reference in New Issue
Block a user