Compare commits

..

No commits in common. "bc32f4dc9575598dfbb07388f5020200c325b072" and "237da995235d9b96105f9e7a4b0bfafd4857d4a5" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -236,7 +236,7 @@ class ClouddropUploader {
*/ */
async checkAuth(signal) { async checkAuth(signal) {
if (!this.apiKey) throw new Error('Clouddrop: API-Key fehlt'); if (!this.apiKey) throw new Error('Clouddrop: API-Key fehlt');
const res = await request(`${API_BASE}/files/?limit=1`, { const res = await request(`${API_BASE}/files?limit=1`, {
method: 'GET', method: 'GET',
dispatcher: clouddropAgent, dispatcher: clouddropAgent,
signal, signal,

View File

@ -1,6 +1,6 @@
{ {
"name": "multi-hoster-uploader", "name": "multi-hoster-uploader",
"version": "2.7.2", "version": "2.7.1",
"description": "Upload files to doodstream, voe, vidmoly, byse simultaneously", "description": "Upload files to doodstream, voe, vidmoly, byse simultaneously",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {