@namespace DeepDrftPublic.Client.Controls.AudioPlayerBar @if (IsLoading && !IsStreaming) { } @* Queue toggle: a second row between the transport controls and the timestamp (§3.1 placement — "below the control buttons, to the left of the timestamps"). Shown only when a queue is loaded, mirroring the skip-affordance gating, so an empty/single-track player is byte-for-byte unchanged. *@ @if (ShowQueueButton) { }