1
0
Fork 0
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:
Bill Thornton 2021-01-28 01:05:28 -05:00
parent a3949c1889
commit 1a2f325b9d
3 changed files with 9 additions and 12 deletions

View file

@ -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