summaryrefslogtreecommitdiffstats
path: root/api/file.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/file.go')
-rw-r--r--api/file.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/file.go b/api/file.go
index 6806ec185..f249b3d9e 100644
--- a/api/file.go
+++ b/api/file.go
@@ -21,6 +21,7 @@ import (
"image/jpeg"
"io"
"io/ioutil"
+ "mime"
"net/http"
"net/url"
"os"
@@ -28,7 +29,6 @@ import (
"strconv"
"strings"
"time"
- "mime"
)
var fileInfoCache *utils.Cache = utils.NewLru(1000)