mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Address eslint errors
1. Remove apiClient from getRemoteImageHtml function. 2. Delete empty line.
This commit is contained in:
parent
55fac2448c
commit
2dd2e26f9e
2 changed files with 2 additions and 3 deletions
|
@ -171,7 +171,6 @@ import template from './itemidentifier.template.html';
|
|||
let resultHtml = lines.join('<br/>');
|
||||
|
||||
if (identifyResult.ImageUrl) {
|
||||
|
||||
resultHtml = `<div style="display:flex;align-items:center;"><img src="${identifyResult.ImageUrl}" style="max-height:240px;" /><div style="margin-left:1em;">${resultHtml}</div>`;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue