mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-21 08:56:07 -04:00
[GH-ISSUE #149] Cannot remove game from library after admin deletes it from store (client) #77
Reference in New Issue
Block a user
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 @PanayiotisPerdios on GitHub (Sep 20, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop-app/issues/149
Small bug i've noticed by mistake, if admin delists the game there is no way to remove the game from your library, the bug is only on the desktop client, the web client doesn't seem to have that issue. Posted here by mistake, intended for the drop-app
@DecDuck commented on GitHub (Sep 20, 2025):
Does the game only persist if it's installed, or just generally?
If it's installed, that's intentional, so you can keep games that are no longer on the server installed.
@PanayiotisPerdios commented on GitHub (Sep 21, 2025):
It persists generally, game is uninstalled and still in the library
@quexeky commented on GitHub (Oct 8, 2025):
My guess is that it's an issue with the cache not removing it
@PanayiotisPerdios commented on GitHub (Oct 25, 2025):
Yep its the cache
@quexeky commented on GitHub (Oct 25, 2025):
Does pressing the refresh button at the top of the library remove it? (Although I'm not sure which app version you're on, so it might not actually be there lol)
@PanayiotisPerdios commented on GitHub (Oct 27, 2025):
It seems like the refresh button works now somehow, before that it didn't, so i had to delete the cache of the delisted game manually, after that the refresh button worked as intended
@DecDuck commented on GitHub (Feb 6, 2026):
Seems like it's fixed for v0.4.0
Cannot remove game from library after admin deletes it from store (client)to [GH-ISSUE #149] Cannot remove game from library after admin deletes it from store (client)