mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
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
|
@ -18,7 +18,7 @@ class ServerConnections extends ConnectionManager {
|
|||
if (!AppInfo.isNativeApp) {
|
||||
console.debug('creating ApiClient singleton');
|
||||
|
||||
var apiClient = new ApiClient(
|
||||
const apiClient = new ApiClient(
|
||||
Dashboard.serverAddress(),
|
||||
appHost.appName(),
|
||||
appHost.appVersion(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue