mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-04-07 09:41:56 -04:00
Fix transcoder error cache key removal
This commit is contained in:
parent
6977ffd5d6
commit
5d26bd6930
@ -43,7 +43,7 @@ func (t *Transcoder) getFileStream(path string, sha string) (*FileStream, error)
|
||||
})
|
||||
ret.ready.Wait()
|
||||
if ret.err != nil {
|
||||
t.streams.Remove(path)
|
||||
t.streams.Remove(sha)
|
||||
return nil, ret.err
|
||||
}
|
||||
return ret, nil
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user