mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix lint and bug
This commit is contained in:
parent
49c1b3e159
commit
7ffb7ab0fc
1 changed files with 1 additions and 1 deletions
|
@ -1988,7 +1988,7 @@ class PlaybackManager {
|
|||
throw new Error('player cannot be null');
|
||||
}
|
||||
|
||||
let playerTime = Math.floor(10000 * (player || self._currentPlayer).currentTime());
|
||||
let playerTime = Math.floor(10000 * (player).currentTime());
|
||||
|
||||
const streamInfo = getPlayerData(player).streamInfo;
|
||||
if (streamInfo) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue