mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #1587 from Camc314/migrate-to-ES6-31
Migration of playerstats to ES6 module
This commit is contained in:
commit
0cb56127c7
3 changed files with 72 additions and 58 deletions
|
@ -964,7 +964,7 @@ define(['playbackManager', 'dom', 'inputManager', 'datetime', 'itemHelper', 'med
|
|||
if (statsOverlay) {
|
||||
statsOverlay.toggle();
|
||||
} else {
|
||||
statsOverlay = new PlayerStats({
|
||||
statsOverlay = new PlayerStats.default({
|
||||
player: player
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue