Fixes #5983 -- Add badge back to live on public player.

This commit is contained in:
Buster Neece 2023-01-07 12:55:49 -06:00
parent e404b3d068
commit 8e3589300b
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
1 changed files with 3 additions and 1 deletions

View File

@ -28,7 +28,9 @@
v-if="np.live.is_live"
class="now-playing-live"
>
{{ $gettext('Live') }}
<span class="badge badge-primary mr-2">
{{ $gettext('Live') }}
</span>
{{ np.live.streamer_name }}
</h6>