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

support audio sync transcoding

This commit is contained in:
Luke Pulverenti 2015-01-02 00:36:27 -05:00
parent 25a2d421dc
commit ea885c45c9
24 changed files with 151 additions and 149 deletions

View file

@ -483,9 +483,9 @@
html += '<p class="itemMiscInfo miscTvProgramInfo"></p>';
html += '<p style="margin: 1.25em 0;">';
html += '<div class="itemCommunityRating" style="display:inline-block;">';
html += '<span class="itemCommunityRating">';
html += LibraryBrowser.getRatingHtml(item);
html += '</div>';
html += '</span>';
html += '<span class="userDataIcons">';
html += LibraryBrowser.getUserDataIconsHtml(item);
html += '</span>';