mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
optional catchng is not supported by IE11
This commit is contained in:
parent
1e60b9a322
commit
026ea52445
2 changed files with 4 additions and 4 deletions
|
@ -466,7 +466,7 @@ function get_video_time() {
|
|||
|
||||
return timestamp || 0;
|
||||
}
|
||||
catch {
|
||||
catch (e) {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue