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

update translations

This commit is contained in:
Luke Pulverenti 2014-05-09 15:43:06 -04:00
parent 301d946c14
commit 843a0eee28
26 changed files with 154 additions and 156 deletions

View file

@ -415,6 +415,8 @@
$('.viewSettings', page).hide();
}
var screenWidth = $(window).width();
if (query.IncludeItemTypes == "Audio") {
html += LibraryBrowser.getSongTableHtml(result.Items, {
@ -442,7 +444,7 @@
shape: "backdrop",
showTitle: true,
showParentTitle: true,
overlayText: true
overlayText: screenWidth >= 600
});
}