test something

This commit is contained in:
ashley 2025-09-03 23:44:01 +02:00
parent 423ffc3a1c
commit 50f8d288a4

View File

@ -155,7 +155,7 @@ class InnerTubePokeVidious {
return this.cache[v].result;
} else {
this.initError(`Invalid video object (ID: ${v})`, vid);
this.initError( vid,`ID: ${v}` );
}
} catch (error) {
this.initError(`Error getting video ${v}`, error);