mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 02:48:19 -07:00
Remove console warning
This commit is contained in:
parent
ff7b69e5d6
commit
331341884b
@ -45,7 +45,6 @@ import 'css!./style';
|
||||
elem.setAttribute("src", url);
|
||||
}
|
||||
|
||||
console.warn(userSettings.enableFastFadein());
|
||||
if (userSettings.enableFastFadein()) {
|
||||
elem.classList.add('lazy-image-fadein-fast');
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user