Merge pull request #6310 from schrottsimon/bug/fix-select-all-episodes

Fix "Select All" for Search Results with more than 49 Items in a Row
This commit is contained in:
Bill Thornton
2025-01-06 15:35:22 -05:00
committed by GitHub
2 changed files with 2 additions and 7 deletions
+1 -6
View File
@@ -1224,12 +1224,7 @@ export function buildCards(items, options) {
if (html) {
if (options.itemsContainer.cardBuilderHtml !== html) {
options.itemsContainer.innerHTML = html;
if (items.length < 50) {
options.itemsContainer.cardBuilderHtml = html;
} else {
options.itemsContainer.cardBuilderHtml = null;
}
options.itemsContainer.cardBuilderHtml = html;
}
imageLoader.lazyChildren(options.itemsContainer);
+1 -1
View File
@@ -222,7 +222,7 @@ function showMenuForSelectedItems(e) {
icon: 'check_box_outline_blank'
});
// this assues that if the user can refresh metadata for the first item
// this assures that if the user can refresh metadata for the first item
// they can refresh metadata for all items
if (itemHelper.canRefreshMetadata(firstItem, user)) {
menuItems.push({