mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix linting errors in videoosd
This commit is contained in:
parent
1225800e7e
commit
6374802309
1 changed files with 3 additions and 3 deletions
|
@ -1230,7 +1230,7 @@ define(["playbackManager", "dom", "inputManager", "datetime", "itemHelper", "med
|
|||
shell.disableFullscreen();
|
||||
});
|
||||
|
||||
if(playerPauseClickTimeout) {
|
||||
if (playerPauseClickTimeout) {
|
||||
clearTimeout(playerPauseClickTimeout);
|
||||
}
|
||||
var player = currentPlayer;
|
||||
|
@ -1392,7 +1392,7 @@ define(["playbackManager", "dom", "inputManager", "datetime", "itemHelper", "med
|
|||
|
||||
case "mouse":
|
||||
if (!e.button) {
|
||||
if(playerPauseClickTimeout){
|
||||
if (playerPauseClickTimeout) {
|
||||
clearTimeout(playerPauseClickTimeout);
|
||||
playerPauseClickTimeout = 0;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue