1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Apply back Jellyfin changes

This commit is contained in:
Vasily 2019-01-10 15:41:25 +03:00
parent de6ac33ec1
commit 500cfe2052
77 changed files with 31168 additions and 31362 deletions

View file

@ -374,11 +374,11 @@
var html = '';
html += '<div class="verticalSection appInfoSection">';
html += '<div class="sectionTitleContainer sectionTitleContainer-cards">';
html += '<h2 class="sectionTitle sectionTitle-cards padded-left">Discover Emby Theater</h2>';
html += '<h2 class="sectionTitle sectionTitle-cards padded-left">Discover Jellyfin Theater</h2>';
html += '<button is="paper-icon-button-light" class="sectionTitleButton" onclick="this.parentNode.parentNode.remove();" class="autoSize"><i class="md-icon">close</i></button>';
html += '</div>';
var nameText = 'Emby Theater';
var nameText = 'Jellyfin Theater';
html += '<div class="padded-left padded-right">';
html += '<p class="sectionTitle-cards">A beautiful app for your TV and large screen tablet. ' + nameText + ' runs on Windows, Xbox One, Raspberry Pi, Samsung Smart TVs, Sony PS4, Web Browsers, and more.</p>';
html += '<div class="itemsContainer vertical-wrap" is="emby-itemscontainer">';