fix(share): correct share URLs for session/mix detail pages — release mode + /tracks/ plural
This commit is contained in:
@@ -87,12 +87,10 @@ else
|
||||
</div>
|
||||
}
|
||||
</MudStack>
|
||||
@if (ViewModel.Track is not null)
|
||||
{
|
||||
<div class="session-hero-share">
|
||||
<SharePopover EntryKey="@ViewModel.Track.EntryKey" />
|
||||
</div>
|
||||
}
|
||||
@* Release-mode share: copies the canonical /sessions/{entryKey} URL, not a single track (§3b). *@
|
||||
<div class="session-hero-share">
|
||||
<SharePopover ReleaseEntryKey="@release.EntryKey" ReleaseMedium="@release.Medium" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@* Bottom overlay: cover thumbnail, title/artist, and the play affordance in one row. *@
|
||||
|
||||
Reference in New Issue
Block a user