1
0
Fork 0
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:
Joshua M. Boniface 2021-05-02 01:27:41 -04:00
parent 55fac2448c
commit 2dd2e26f9e
2 changed files with 2 additions and 3 deletions

View file

@ -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>`;
}