1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add semi colon to fix lint

This commit is contained in:
sancodes 2022-05-20 13:34:25 -07:00
parent 0703428bbb
commit ac01a26dcc

View file

@ -66,7 +66,7 @@ import template from './libraryoptionseditor.template.html';
if (plugins.length < 1) { if (plugins.length < 1) {
elem.innerHTML = ''; elem.innerHTML = '';
elem.classList.add('hide') elem.classList.add('hide');
return false; return false;
} }