sonixd
sonixd copied to clipboard
Queue add notification doesn't take number of tracks into account
Describe the bug
When adding an album of one track, the notification reads "Added 1 songs". For albums of one track, this should read "Added 1 song"
To Reproduce Steps to reproduce the behavior:
- Go to an album that only has one track in it
- Click on the plus sign to add it to the currently playing queue
- See notification
Expected behavior
The notification should take the number of tracks into account, so in this instance it should read "Added 1 song".
Screenshots
Desktop (please complete the following information):
- OS: Tested with Windows / Linux / MacOS
- Version 0.11.0 (0.11.0)
I'm thinking it may be easier just to remove the "songs" part and just leave it as Added 1, or Added 10 since changing this will affect the other languages as well. I'll take some time to think about it.