From aeb18417e69ede11b71d77ae1bc59f5d76758fe8 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sat, 5 Feb 2022 15:14:12 +0100 Subject: [PATCH] feat: also try gif lazy loading --- distribusi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribusi.go b/distribusi.go index 4482cad..cbf4a16 100644 --- a/distribusi.go +++ b/distribusi.go @@ -570,7 +570,7 @@ func getHref(c *cli.Context, fpath string, mtype string) (bool, string, error) { } if stype == "gif" { - href = fmt.Sprintf("", fname) + href = fmt.Sprintf("", fname) } else { thumb, err := genThumb(c, fpath, caption) if err != nil {