mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix live stream
This commit is contained in:
parent
833600956b
commit
e97f59a691
3 changed files with 2 additions and 3 deletions
|
@ -134,7 +134,7 @@
|
|||
<div id="moreFromItems"></div>
|
||||
</div>
|
||||
<div id="similarCollapsible" class="detailSection hide">
|
||||
<h1 class="similiarHeader"></h1>
|
||||
<h1>${HeaderMoreLikeThis}</h1>
|
||||
<div id="similarContent"></div>
|
||||
</div>
|
||||
<div id="criticReviewsCollapsible" class="detailSection hide">
|
||||
|
|
|
@ -920,7 +920,6 @@
|
|||
}
|
||||
|
||||
similarCollapsible.classList.remove('hide');
|
||||
similarCollapsible.querySelector('.similiarHeader').innerHTML = Globalize.translate('HeaderIfYouLikeCheckTheseOut', item.Name);
|
||||
|
||||
var html = '';
|
||||
|
||||
|
|
|
@ -1800,7 +1800,7 @@
|
|||
"MediaInfoLongitude": "Longitude",
|
||||
"MediaInfoShutterSpeed": "Shutter speed",
|
||||
"MediaInfoSoftware": "Software",
|
||||
"HeaderIfYouLikeCheckTheseOut": "If you like {0}, check these out...",
|
||||
"HeaderMoreLikeThis": "More Like This",
|
||||
"HeaderMovies": "Movies",
|
||||
"HeaderAlbums": "Albums",
|
||||
"HeaderGames": "Games",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue