Bump protocols. Added proto status

This commit is contained in:
Ultradesu
2026-07-28 22:59:35 +01:00
parent d854a4d4e0
commit 1f9539ffd7
2 changed files with 16 additions and 0 deletions
+3
View File
@@ -1240,6 +1240,9 @@ pub struct DevicePlaybackState {
pub remote: BTreeMap<String, crate::devices::PlaybackSnapshot>,
pub last_remote_snapshot: Option<crate::devices::PlaybackSnapshot>,
pub jam_host: bool,
/// A freshly started TUI owns playback by protocol. The first active
/// snapshot discovered during startup is imported and handed off here.
pub startup_takeover_pending: bool,
}
impl DevicePlaybackState {