-
+
Base URL
-
+
-
+
Api Key
-
+
@@ -41,19 +41,19 @@
-
+
Allow us to collect anonymous analytical data e.g. browser used
-
+
-
+
--
{{lang.nativeName}}
diff --git a/src/Ombi/ClientApp/src/app/settings/ombi/ombi.component.ts b/src/Ombi/ClientApp/src/app/settings/ombi/ombi.component.ts
index 09b066682..51365fc94 100644
--- a/src/Ombi/ClientApp/src/app/settings/ombi/ombi.component.ts
+++ b/src/Ombi/ClientApp/src/app/settings/ombi/ombi.component.ts
@@ -5,7 +5,7 @@ import { ILanguageRefine, IOmbiSettings } from "../../interfaces";
import { NotificationService } from "../../services";
import { SettingsService } from "../../services";
-import * as languageData from "../../../other/iso-lang.json";
+import languageData from "./../../../other/iso-lang.json";
@Component({
templateUrl: "./ombi.component.html",
@@ -33,7 +33,8 @@ export class OmbiComponent implements OnInit {
disableHealthChecks: [x.disableHealthChecks]
});
});
- this.langauges = languageData;
+ debugger;
+ this.langauges = languageData
}
public refreshApiKey() {
diff --git a/src/Ombi/ClientApp/src/tsconfig.app.json b/src/Ombi/ClientApp/src/tsconfig.app.json
index 62bc75321..1a0bba757 100644
--- a/src/Ombi/ClientApp/src/tsconfig.app.json
+++ b/src/Ombi/ClientApp/src/tsconfig.app.json
@@ -1,25 +1,27 @@
-{
- "compileOnSave": false,
- "compilerOptions": {
+{
+ "compileOnSave": false,
+ "compilerOptions": {
"baseUrl": "./",
- "module": "esnext",
- "outDir": "./dist/out-tsc",
- "sourceMap": true,
- "declaration": false,
- "moduleResolution": "node",
- "emitDecoratorMetadata": true,
- "experimentalDecorators": true,
- "target": "es5",
- "types": ["node"],
- "resolveJsonModule":true,
- "typeRoots": [
- "node_modules/@types"
- ],
- "lib": [
- "es2017",
- "dom"
- ]
- }
,
+ "module": "esnext",
+ "outDir": "./dist/out-tsc",
+ "sourceMap": true,
+ "declaration": false,
+ "moduleResolution": "node",
+ "emitDecoratorMetadata": true,
+ "experimentalDecorators": true,
+ "target": "es5",
+ "types": ["node"],
+ "resolveJsonModule":true,
+ "allowSyntheticDefaultImports":true,
+ "typeRoots": [
+ "node_modules/@types"
+ ],
+ "lib": [
+ "es2017",
+ "dom"
+ ]
+ }
+,
"files": [
"main.ts",
"polyfills.ts"
@@ -27,4 +29,4 @@
"include": [
"src/**/*.d.ts"
]
-}
+}