Skip to content

Subtly notify user on invalidated songs

Nate Graham requested to merge ngraham/elisa:warn-on-invalidated-songs into master

Reason for the change

When a song becomes invalidated, it greys out and becomes unplayable. But we don't display any text to the user regarding this, so they have to guess at what might have happened.

To fix that, show a PassiveNotification when they try to play an invalid song and it's marked as invalid.

Test plan

  1. Add some songs to the Playlist
  2. Quit Elisa
  3. Delete one of them on disk in Dolphin
  4. Re-open Elisa and try to play that exact song

Screenshots or screen recordings

image

Bugs fixed

BUG: 475905 FIXED-IN: 24.02

Edited by Nate Graham

Merge request reports