Connected Devices: added remote control

This commit is contained in:
Ultradesu
2026-07-24 04:33:50 +03:00
parent 1065ea5afc
commit 389eacd388
4 changed files with 161 additions and 22 deletions
+1
View File
@@ -950,6 +950,7 @@ pub struct DevicePlaybackState {
pub active_device_id: Option<String>,
pub active_device_name: Option<String>,
pub online_devices: usize,
pub local_idle_since_ms: Option<i64>,
pub remote: BTreeMap<String, crate::devices::PlaybackSnapshot>,
pub last_remote_snapshot: Option<crate::devices::PlaybackSnapshot>,
}