update error message
This commit is contained in:
parent
502844f9dd
commit
423ffc3a1c
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user