feat: open player title link in new tab when embedded (Fixed mode)

This commit is contained in:
daniel-c-harvey
2026-06-19 13:08:04 -04:00
parent e9c61bac1a
commit 18e171213c
3 changed files with 20 additions and 7 deletions
@@ -11,4 +11,5 @@ namespace DeepDrftPublic.Client.Controls.AudioPlayerBar;
public partial class TrackMetaLabel : ComponentBase
{
[Parameter] public TrackDto? Track { get; set; }
[Parameter] public bool Fixed { get; set; }
}