Update src/libpoketube/init/pages-api.js
This commit is contained in:
parent
31c3aebcdd
commit
b323ca0ea1
@ -11,7 +11,7 @@ function getJson(str) {
|
|||||||
const pkg = require("../../../package.json");
|
const pkg = require("../../../package.json");
|
||||||
const os = require('os');
|
const os = require('os');
|
||||||
const cnf = require("../../../config.json");
|
const cnf = require("../../../config.json");
|
||||||
const ip2c = require("../../../modules/ipapi"); // adjust relative path if needed
|
const ip2c = require("../../../modules/ipapi.js");
|
||||||
const innertube = require("../libpoketube-youtubei-objects.json");
|
const innertube = require("../libpoketube-youtubei-objects.json");
|
||||||
|
|
||||||
const { execSync } = require('child_process'); // DO NOT ABBRV THIS :SOB:
|
const { execSync } = require('child_process'); // DO NOT ABBRV THIS :SOB:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user