Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Commit

Permalink
imager: Retry to thumbnail container, if cover art thumbnailing fails
Browse files Browse the repository at this point in the history
  • Loading branch information
bakape committed May 1, 2019
1 parent c7547cb commit a8b052d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/badoux/goscraper v0.0.0-20181207103713-9b4686c4b62c
github.com/bakape/captchouli v1.1.5
github.com/bakape/mnemonics v0.0.0-20170918165711-056d8d325992
github.com/bakape/thumbnailer v0.0.0-20190424201625-d663001341e2
github.com/bakape/thumbnailer v0.0.0-20190501133407-c89db19cab54
github.com/boltdb/bolt v1.3.1
github.com/chai2010/webp v1.1.0
github.com/dimfeld/httptreemux v5.0.1+incompatible
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ github.com/bakape/thumbnailer v0.0.0-20190421122149-f9b845baba30 h1:CtTJ9QIscPOL
github.com/bakape/thumbnailer v0.0.0-20190421122149-f9b845baba30/go.mod h1:s7Sm20txJX+qAc11XFnLPqDPXnYShoscD3++dZKTxIc=
github.com/bakape/thumbnailer v0.0.0-20190424201625-d663001341e2 h1:usjszayEgphPgotIQuzxHmm0b0Wqxwg2+ItlOkDhylU=
github.com/bakape/thumbnailer v0.0.0-20190424201625-d663001341e2/go.mod h1:s7Sm20txJX+qAc11XFnLPqDPXnYShoscD3++dZKTxIc=
github.com/bakape/thumbnailer v0.0.0-20190501133407-c89db19cab54 h1:gJiZ/+RG8gXyZ+OCaXAr6c3isJyiWOrsoPpN/HPiyDc=
github.com/bakape/thumbnailer v0.0.0-20190501133407-c89db19cab54/go.mod h1:s7Sm20txJX+qAc11XFnLPqDPXnYShoscD3++dZKTxIc=
github.com/boltdb/bolt v1.3.1 h1:JQmyP4ZBrce+ZQu0dY660FMfatumYDLun9hBCUVIkF4=
github.com/boltdb/bolt v1.3.1/go.mod h1:clJnj/oiGkjum5o1McbSZDSLxVThjynRyGBgiAx27Ps=
github.com/chai2010/webp v1.1.0 h1:4Ei0/BRroMF9FaXDG2e4OxwFcuW2vcXd+A6tyqTJUQQ=
Expand Down

0 comments on commit a8b052d

Please sign in to comment.