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

add connect helper

This commit is contained in:
Luke Pulverenti 2016-12-27 02:22:44 -05:00
parent d09e598f8c
commit 088e52bc65
6 changed files with 203 additions and 287 deletions

View file

@ -132,7 +132,9 @@
promise.then(function (result) {
renderRecordings(context.querySelector('#latestRecordings'), result.Items, {
shape: (enableScrollX() ? 'overflowBackdrop' : 'backdrop')
shape: (enableScrollX() ? 'overflowBackdrop' : 'backdrop'),
showYear: true,
lines: 2
});
Dashboard.hideLoadingMsg();