mirror of https://github.com/Ombi-app/Ombi
parent
47e2385eaa
commit
3f62d0d5ec
@ -0,0 +1,8 @@
|
||||
namespace Ombi.Api.Sonarr.Models
|
||||
{
|
||||
public class Quality
|
||||
{
|
||||
public int id { get; set; }
|
||||
public string name { get; set; }
|
||||
}
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
"use strict";
|
||||
System.config({
|
||||
baseURL: '/lib',
|
||||
packages: {
|
||||
'.': {
|
||||
defaultExtension: 'js'
|
||||
}
|
||||
},
|
||||
map: { app: '../app' }
|
||||
});
|
||||
System.import('bundle').then(function () {
|
||||
System.import('/app/main');
|
||||
});
|
||||
//# sourceMappingURL=systemjs.config.js.map
|
@ -0,0 +1 @@
|
||||
{"version":3,"file":"systemjs.config.js","sourceRoot":"","sources":["systemjs.config.ts"],"names":[],"mappings":";AAAA,MAAM,CAAC,MAAM,CAAC;IACV,OAAO,EAAE,MAAM;IACf,QAAQ,EAAE;QACN,GAAG,EAAE;YACD,gBAAgB,EAAE,IAAI;SACzB;KACJ;IACD,GAAG,EAAE,EAAE,GAAG,EAAE,QAAQ,EAAE;CACzB,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,IAAI,CAAC;IACzB,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC;AAC/B,CAAC,CAAC,CAAA"}
|
Loading…
Reference in new issue