diff --git a/backend/subscriptions.js b/backend/subscriptions.js index d185365..2dadbe7 100644 --- a/backend/subscriptions.js +++ b/backend/subscriptions.js @@ -11,7 +11,7 @@ const config_api = require('./config'); const adapter = new FileSync('db.json'); const db = low(adapter) -let debugMode = process.env.YTDL_MODE === 'debug'; +const debugMode = process.env.YTDL_MODE === 'debug'; async function subscribe(sub) { const result_obj = { diff --git a/package.json b/package.json index e3f6719..73966f1 100644 --- a/package.json +++ b/package.json @@ -31,16 +31,17 @@ "@angular/router": "^8.2.11", "core-js": "^2.4.1", "file-saver": "^2.0.2", + "hammerjs": "^2.0.8", "ng-lazyload-image": "^7.0.1", "ng4-configure": "^0.1.7", "ngx-content-loading": "^0.1.3", "rxjs": "^6.5.3", "rxjs-compat": "^6.0.0-rc.0", "tslib": "^1.10.0", + "typescript": "~3.5.3", "videogular2": "^7.0.1", "web-animations-js": "^2.3.2", - "zone.js": "~0.9.1", - "typescript": "~3.5.3" + "zone.js": "~0.9.1" }, "devDependencies": { "@angular-devkit/build-angular": "^0.803.24", diff --git a/src/app/app.component.html b/src/app/app.component.html index 057f745..f96e0d0 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -3,7 +3,7 @@
- +
@@ -12,10 +12,10 @@
-