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 2015-10-26 12:29:42 -04:00
parent 6a162d4001
commit 8755e4c173
73 changed files with 10379 additions and 10206 deletions

View file

@ -2048,7 +2048,7 @@
html += '<div class="cardOverlayTarget"></div>';
if (item.LocationType == "Virtual") {
if (item.LocationType == "Virtual" || item.LocationType == "Offline") {
if (options.showLocationTypeIndicator !== false) {
html += LibraryBrowser.getOfflineIndicatorHtml(item);
}