Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Count of Media after Deleting #2071

Closed
wants to merge 1 commit into from

Conversation

the-hercules
Copy link
Contributor

#2050

Types of changes

What types of changes do your code introduce to the project?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update

Details

  • How this issue fixed/resolved
    Previously, when media such as photos, videos, or music were deleted, the respective media counts would temporarily reset to zero and only display the correct count after a page refresh. To resolve this, I implemented an automatic page refresh after deletion to ensure the media count is always accurate in real-time.

Checklist

Put an x in the boxes that apply.

  • Lint and tests pass locally with my changes
  • I have added necessary documentation (if appropriate)

Closing issues

Fixes: #2050

@the-hercules the-hercules self-assigned this Sep 10, 2024
@the-hercules the-hercules removed the request for review from Pradeep1308 September 10, 2024 12:05
@the-hercules the-hercules changed the base branch from develop to pre-release September 10, 2024 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Video count is shown wrong after deleting a Video
1 participant