mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Resolve suggestions
This commit is contained in:
parent
fba795fd63
commit
ffc22f629e
7 changed files with 8 additions and 17 deletions
|
@ -144,8 +144,7 @@ import 'emby-button';
|
|||
let html = '';
|
||||
const items = result.Items;
|
||||
|
||||
for (let i = 0, length = items.length; i < length; i++) {
|
||||
const item = items[i];
|
||||
for (const item of items) {
|
||||
html += '<div class="verticalSection">';
|
||||
html += '<div class="sectionTitleContainer sectionTitleContainer-cards padded-left">';
|
||||
html += '<a is="emby-linkbutton" href="' + appRouter.getRouteUrl(item, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue