Skip to content

Commit 0701a6d

Browse files
authored
Update livestats.blade.php
Print the media section information
1 parent 48e2ab3 commit 0701a6d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Plex/livestats.blade.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<ul class="livestats">
22
<li>
3-
<span class="title">Recent</span>
4-
<strong>{!! $recently_added ?? '' !!}</strong>
3+
<span class="title">{!! $section_1_title ?? '' !!}</span>
4+
<strong>{!! $section_1_number ?? '' !!}</strong>
55
</li>
66
<li>
7-
<span class="title">On Deck</span>
8-
<strong>{!! $on_deck ?? '' !!}</strong>
7+
<span class="title">{!! $section_2_title ?? '' !!}</span>
8+
<strong>{!! $section_2_number ?? '' !!}</strong>
99
</li>
1010

1111
</ul>

0 commit comments

Comments
 (0)