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

update display of active recordings

This commit is contained in:
Luke Pulverenti 2016-10-11 02:46:59 -04:00
parent f11a08df43
commit 8bf645c346
24 changed files with 224 additions and 185 deletions

View file

@ -45,11 +45,10 @@
showTitle: true,
showParentTitle: true,
overlayText: false,
centerText: true,
centerText: !supportsImageAnalysis,
overlayPlayButton: true,
cardLayout: supportsImageAnalysis,
vibrant: supportsImageAnalysis,
cardFooterAside: 'none'
vibrant: supportsImageAnalysis
});
Dashboard.hideLoadingMsg();
@ -107,9 +106,10 @@
showTitle: true,
showParentTitle: true,
overlayText: false,
centerText: true,
centerText: false,
overlayPlayButton: true,
allowBottomPadding: allowBottomPadding
allowBottomPadding: allowBottomPadding,
cardLayout: true
});
});
}