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