Chocobozzz/PeerTube

View on GitHub
client/src/assets/player/shared/control-bar/storyboard-plugin.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function hijackMouseTooltip has 53 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  private hijackMouseTooltip (evt: Event) {
    const sprite = this.sprites[this.url]
    const imgWidth = sprite.naturalWidth
    const imgHeight = sprite.naturalHeight
    const seekBarEl = this.seekBar.el()
Severity: Major
Found in client/src/assets/player/shared/control-bar/storyboard-plugin.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status