mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix lint errors
This commit is contained in:
parent
a3949c1889
commit
1a2f325b9d
3 changed files with 9 additions and 12 deletions
|
@ -11,7 +11,6 @@ import './formdialog.scss';
|
|||
import '../elements/emby-button/emby-button';
|
||||
import '../elements/emby-itemscontainer/emby-itemscontainer';
|
||||
import './cardbuilder/card.scss';
|
||||
import ServerConnections from './ServerConnections';
|
||||
|
||||
const enableFocusTransform = !browser.slow && !browser.edge;
|
||||
|
||||
|
@ -120,7 +119,7 @@ function discoverDevices(view) {
|
|||
}
|
||||
|
||||
function tunerPicker() {
|
||||
this.show = function (options) {
|
||||
this.show = function () {
|
||||
const dialogOptions = {
|
||||
removeOnClose: true,
|
||||
scrollY: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue