Shares #109

Merged
amigan merged 59 commits from shareUI into trunk 2025-02-14 00:25:03 -05:00
Showing only changes of commit 1b2df3c6a3 - Show all commits

View file

@ -3,7 +3,12 @@
<div class="cardHdr">
<h1>
{{ inc?.name }}
<a [href]="'/api/incident/' + incID + '.m3u'"
<a
[href]="
share
? '/share/' + share.id + '/m3u'
: '/api/incident/' + incID + '.m3u'
"
><mat-icon>playlist_play</mat-icon></a
>
</h1>