SUMMARY STEPS TO REPRODUCE 1. Set the song rating style to "Favourite/not favourite" 2. In the playlist tab, press "Mark this song as favourite" 3. Click the button again OBSERVED RESULT Nothing happens, also the tooltip doesn't change EXPECTED RESULT The song should be unfavourited. Also the tooltip should change to "Mark this song as not favourite" SOFTWARE/OS VERSIONS Operating System: openSUSE Tumbleweed 20230109 KDE Plasma Version: 5.26.5 KDE Frameworks Version: 5.101.0 Qt Version: 5.15.7 Kernel Version: 6.1.3-1-default (64-bit) Graphics Platform: X11 ADDITIONAL INFORMATION
This should have already been fixed for the 23.04 release; can you confirm with a git master build of the app?
Yeah, still happens on git master
Figured out the issue. Clicking the favourite button makes Elisa update the music *file*, but I don't think the database is updated. Then if you press the button again, the app continues to carry out the same action as before. Then if you refresh the database (scan for new music) you'll notice the track disappears from the database. Scanning again causes it to reappear with the new rating.
Can confirm that. Good sleuthing.