Skip to content
Snippets Groups Projects
Commit ce7803b8 authored by L0ric0's avatar L0ric0 Committed by Richard van der Hoff
Browse files

fix thumbnail storage location (#5915)


* fix thumbnail storage location

Signed-off-by: default avatarLorenz Steinert <lorenz@steinerts.de>

* Add changelog file.

Signed-off-by: default avatarLorenz Steinert <lorenz@steinerts.de>

* Update Changelog

Signed-off-by: default avatarLorenz Steinert <lorenz@steinerts.de>
parent cee00a35
No related branches found
No related tags found
No related merge requests found
Fix 404 for thumbnail download when `dynamic_thumbnails` is `false` and the thumbnail was dynamically generated. Fix reported by rkfg.
......@@ -526,7 +526,7 @@ class MediaRepository(object):
try:
file_info = FileInfo(
server_name=server_name,
file_id=media_id,
file_id=file_id,
thumbnail=True,
thumbnail_width=t_width,
thumbnail_height=t_height,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment