fixes for lint errors
added missing packages for lint removed unecessary babel/polyfill
This commit is contained in:
parent
03e659e629
commit
a48d466e6a
21 changed files with 26 additions and 31 deletions
|
@ -9,6 +9,7 @@ import '../../elements/emby-select/emby-select';
|
|||
import '../../elements/emby-button/emby-button';
|
||||
import '../../assets/css/flexstyles.css';
|
||||
import Dashboard from '../../scripts/clientUtils';
|
||||
import { Events } from 'jellyfin-apiclient';
|
||||
|
||||
export default function (page, providerId, options) {
|
||||
function reload() {
|
||||
|
|
|
@ -6,6 +6,7 @@ import '../../elements/emby-input/emby-input';
|
|||
import '../listview/listview.css';
|
||||
import '../../elements/emby-button/paper-icon-button-light';
|
||||
import Dashboard from '../../scripts/clientUtils';
|
||||
import { Events } from 'jellyfin-apiclient';
|
||||
|
||||
export default function (page, providerId, options) {
|
||||
function getListingProvider(config, id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue