summary refs log tree commit diff
path: root/changelog.d/8438.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug in remote thumbnail search (#8438)Richard van der Hoff2020-10-021-0/+1
#7124 changed the behaviour of remote thumbnails so that the thumbnailing method was included in the filename of the thumbnail. To support existing files, it included a fallback so that we would check the old filename if the new filename didn't exist. Unfortunately, it didn't apply this logic to storage providers, so any thumbnails stored on such a storage provider was broken.