add video ids

This commit is contained in:
ashley 2025-09-03 23:41:01 +02:00
parent 804ee9c820
commit 502844f9dd

View File

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