Dummy new times

Fixed searching for XMLTV file (Mapping)
This commit is contained in:
xteve-project
2020-11-20 22:13:52 +01:00
parent 0310b7e738
commit 014f5b7218
7 changed files with 64 additions and 46 deletions

View File

@@ -2,7 +2,7 @@ var __extends = (this && this.__extends) || (function () {
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {