diff options
| author | meow <woem> | 2022-04-20 14:57:14 +0300 |
|---|---|---|
| committer | meow <woem> | 2022-04-25 12:54:31 +0300 |
| commit | 026ea52445cca3c7f86e6cefa9899f58a13758a7 (patch) | |
| tree | 440b79772a05f304f96c0a8fb658cb14fe368e88 /assets/js/player.js | |
| parent | 1e60b9a3224c5b9b5d5f1a48af5abc839fd5c1b9 (diff) | |
| download | invidious-026ea52445cca3c7f86e6cefa9899f58a13758a7.tar.gz invidious-026ea52445cca3c7f86e6cefa9899f58a13758a7.tar.bz2 invidious-026ea52445cca3c7f86e6cefa9899f58a13758a7.zip | |
optional catchng is not supported by IE11
Diffstat (limited to 'assets/js/player.js')
| -rw-r--r-- | assets/js/player.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/player.js b/assets/js/player.js index 4a12e95c..3c8cf219 100644 --- a/assets/js/player.js +++ b/assets/js/player.js @@ -466,7 +466,7 @@ function get_video_time() { return timestamp || 0; } - catch { + catch (e) { return 0; } } |
