mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-14 09:05:09 +00:00
optional catchng is not supported by IE11
This commit is contained in:
@@ -466,7 +466,7 @@ function get_video_time() {
|
||||
|
||||
return timestamp || 0;
|
||||
}
|
||||
catch {
|
||||
catch (e) {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user