summary refs log tree commit diff
path: root/changelog.d/7124.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.21.0Richard van der Hoff2020-10-011-1/+0
|
* Include method in thumbnail media name (#7124)DeepBlueV7.X2020-09-081-0/+1
This fixes an issue where different methods (crop/scale) overwrite each other. This first tries the new path. If that fails and we are looking for a remote thumbnail, it tries the old path. If that still isn't found, it continues as normal. This should probably be removed in the future, after some of the newer thumbnails were generated with the new path on most deployments. Then the overhead should be minimal if the other thumbnails need to be regenerated. Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>