mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
28bb4ffd62
commit
6fb6168107
12 changed files with 113 additions and 241 deletions
|
@ -514,7 +514,7 @@
|
|||
|
||||
html += '<div class="guideProgramNameText">' + program.Name + '</div>';
|
||||
|
||||
var indicatorHtml;
|
||||
var indicatorHtml = null;
|
||||
if (program.IsLive && options.showLiveIndicator) {
|
||||
indicatorHtml = '<span class="liveTvProgram guideProgramIndicator">' + globalize.translate('sharedcomponents#Live') + '</span>';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue