mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Closes #501
This commit is contained in:
@@ -376,7 +376,7 @@ function check_error_video(msg, channel) {
|
||||
try {
|
||||
var resp = JSON.parse(body);
|
||||
if(resp.pageInfo.totalResults == 0) {
|
||||
findSimilar(msg, channel, true, undefined)
|
||||
findSimilar(msg, channel, true, undefined);
|
||||
}
|
||||
} catch(e){
|
||||
console.log(msg.id, key, e, body);
|
||||
|
||||
Reference in New Issue
Block a user