Skip to main content

update_lockscreen_metadata

Function update_lockscreen_metadata 

Source
pub fn update_lockscreen_metadata(
    _meta: &LockscreenMetadata,
) -> Result<(), String>
Expand description

Push now-playing metadata to the Android lockscreen. No-op off Android, so the session poller can call it unconditionally and stay platform-agnostic.

No-op on Linux specifically because there is no MPRIS/D-Bus publisher — see IR-005, which is still Planned.

TRACES: UR-006 | IR-006