1
0
Fork 0
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:
vitorsemeano 2020-10-19 20:25:58 +01:00
parent 03e659e629
commit a48d466e6a
21 changed files with 26 additions and 31 deletions

View file

@ -73,7 +73,7 @@ window.pageIdOn = function(eventName, id, fn) {
});
};
if (self.appMode === 'cordova' || self.appMode === 'android' || self.appMode === 'standalone') {
if (window.appMode === 'cordova' || window.appMode === 'android' || window.appMode === 'standalone') {
AppInfo.isNativeApp = true;
}