mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge branch 'master' into Search
This commit is contained in:
commit
4ea90c110e
12 changed files with 223 additions and 153 deletions
|
@ -74,7 +74,7 @@ export function fillImage(entry) {
|
|||
throw new Error('entry cannot be null');
|
||||
}
|
||||
const target = entry.target;
|
||||
let source = undefined;
|
||||
let source;
|
||||
|
||||
if (target) {
|
||||
source = target.getAttribute('data-src');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue