update error message

This commit is contained in:
ashley 2025-09-03 23:42:54 +02:00
parent 502844f9dd
commit 423ffc3a1c

View File

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