Skip to content
  • Tony Wasserka's avatar
    Properly handle redundant MediaSession play/pause requests · 7900c2d0
    Tony Wasserka authored
    MediaSession pause requests may happen even when Funkwhale is already in a
    paused state. Previously FW would flip between play/pause without
    consideration for the current state instead of doing nothing when
    the playback state matches the requested one.
    
    Notably, this made Funkwhale resume audio playback when entering sleep mode
    on my system.
    7900c2d0