mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #500] Add to queue alerts not disappearing #308
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#308
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 @jholdnak on GitHub (Jul 23, 2024).
Original GitHub issue: https://github.com/jpochyla/psst/issues/500
Describe the bug
Queue alerts do not disappear when adding songs in succession.
To Reproduce
Add songs to queue simultaneously.
Expected behavior
Messages should disappear in a timely manner.
Screenshots

Environment
@SO9010 commented on GitHub (Jul 24, 2024):
Heya, this is already an issue: #255; I've had a go looking at it. It has something to do with adding items too quickly, then the timer needs clarification and perhaps overrides itself. In #478, I partially solved this by adding a close button, but if you want to work on it more, please let me know, and I will happily help.
@jacksongoode commented on GitHub (Jul 24, 2024):
https://github.com/jpochyla/psst/pull/503 I think this will resolve it!