diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 71f53d260f..c7c8a07162 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -27,6 +27,7 @@ - [petermcneil](https://github.com/petermcneil) - [lewazo](https://github.com/lewazo) - [Raghu Saxena](https://github.com/ckcr4lyf) + - [Nickbert7](https://github.com/Nickbert7) # Emby Contributors diff --git a/src/components/homesections/homesections.js b/src/components/homesections/homesections.js index 9e809fc3f7..d2106c93bd 100644 --- a/src/components/homesections/homesections.js +++ b/src/components/homesections/homesections.js @@ -328,7 +328,7 @@ define(['connectionManager', 'cardBuilder', 'appSettings', 'dom', 'apphost', 'la html += cardBuilder.getCardsHtml({ items: userViews, - shape: enableScrollX() ? 'overflowSmallBackdrop' : shape, + shape: getThumbShape(), showTitle: true, centerText: true, overlayText: false,