mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Properly escape email when creating view
This commit is contained in:
parent
d5c9b7dfe8
commit
9989c8100a
2 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@ player.on('error', function(event) {
|
|||
|
||||
var currentTime = player.currentTime();
|
||||
var playbackRate = player.playbackRate();
|
||||
var paused = player.paused()
|
||||
var paused = player.paused();
|
||||
|
||||
player.load();
|
||||
if (currentTime > 0.5) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue