mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
fix lint and bug
This commit is contained in:
parent
49c1b3e159
commit
7ffb7ab0fc
@ -1988,7 +1988,7 @@ class PlaybackManager {
|
|||||||
throw new Error('player cannot be null');
|
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;
|
const streamInfo = getPlayerData(player).streamInfo;
|
||||||
if (streamInfo) {
|
if (streamInfo) {
|
||||||
|
Loading…
Reference in New Issue
Block a user