optional catchng is not supported by IE11

This commit is contained in:
meow 2022-04-20 14:57:14 +03:00
parent 1e60b9a322
commit 026ea52445
2 changed files with 4 additions and 4 deletions

View file

@ -466,7 +466,7 @@ function get_video_time() {
return timestamp || 0;
}
catch {
catch (e) {
return 0;
}
}