change default path for thumbnails

This commit is contained in:
Willy Kloucek
2021-04-06 11:20:48 +02:00
parent 024b5f2283
commit 80a158ba4a
3 changed files with 8 additions and 5 deletions
@@ -132,7 +132,7 @@ func (s *FileSystem) createUserDir(username string) (string, error) {
}
// linkImageToUserDir links the stored images to the user directory.
// The goal is to minimize disk usage by linking to the images if they already exist and avoid file duplicaiton.
// The goal is to minimize disk usage by linking to the images if they already exist and avoid file duplication.
func (s *FileSystem) linkImageToUserDir(key string, userDir string) error {
imgRootDir := s.rootDir(key)