Player Layout
This commit is contained in:
@@ -38,7 +38,7 @@ public partial class AudioPlayerBar : ComponentBase, IAsyncDisposable
|
||||
/// Display time - shows seek position while dragging, otherwise current playback time.
|
||||
/// </summary>
|
||||
private double DisplayTime => _isSeeking ? _seekPosition : (PlayerService?.CurrentTime ?? 0);
|
||||
private string PlayerModeClass => Fixed ? "player-fixed" : "player-docked";
|
||||
private string PlayerModeClass => Fixed ? "player-fixed" : "player-dock";
|
||||
|
||||
protected override void OnParametersSet()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user