mirror of
https://github.com/photoprism/photoprism.git
synced 2026-03-02 22:57:18 -05:00
Thumbnail of empty album does not disappear #152
Labels
No labels
ai
android
api
auth
awesome
bug
bug
ci
cli
config
database
declined
deprecated
docker
docs 📚
documents
duplicate
easy
enhancement
enhancement
enhancement
epic
faces
feedback wanted
frontend
hacktoberfest
help wanted
idea
in-progress
incomplete
index
invalid
ios
labels
live
live
low-priority
macos
member-feature
metadata
mobile
nas
needs-analysis
no-coding-required
no-coding-required
observability
performance
places
please-test
plus-feature
priority
pro-feature
question
raspberry-pi
raw
released
released
released
research
resolved
security
sharing
tested
tests
third-party-issue
thumbnails
upgrade
upstream-issue
ux
vector
video
waiting
won't fix
won't fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/photoprism#152
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @muety on GitHub (Jan 8, 2020).
Originally assigned to: @lastzero on GitHub.
How to reproduce:
Expected: Album has default, empty thumbnail
Actual: Album has deleted picture as thumbnail
@lastzero commented on GitHub (Jan 8, 2020):
Does a hard reload help?
We can not turn client-side caching off completely because of performance reasons.
Thumbs for labels are also cached in memory because our queries are pretty expensive, we try to find the best thumb for each label.
@muety commented on GitHub (Jan 8, 2020):
Hard refresh helps 👍
I was concerned that other users might potentially see a photo that you already deleted. But if client-side caching is the issue here this is not a problem anyway.