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:
parent
0703428bbb
commit
ac01a26dcc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue